PDO SQLite support missing in this PHP install - The sqlite plugin will not work
meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sles:start [2013/02/06 12:08] – michaelurspringer | sles:start [2014/10/11 22:39] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| ===== Mount NFS Share ===== | ===== Mount NFS Share ===== | ||
| * Every Boot: in /etc/fstab: | * Every Boot: in /etc/fstab: | ||
| - |    * 192.168.1.24:/ | + |      | 
| * Runtime: | * Runtime: | ||
| - |    * mount -v -t nfs 192.168.1.24:/ | + |      | 
| + | ===== Mount Windows Share ===== | ||
| + | * Every boot: in /etc/fstab: | ||
| + |     * // | ||
| + | * Runtime: | ||
| + |     * mount.cifs // | ||
| + | |||