meta data for this page
  •  
PDO SQLite support missing in this PHP install - The sqlite plugin will not work

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sles:start [2013/02/06 12:10] michaelurspringersles:start [2014/10/11 22:39] (current) – external edit 127.0.0.1
Line 27: Line 27:
     * mount -v -t nfs 192.168.1.24:/ibm-software /install     * mount -v -t nfs 192.168.1.24:/ibm-software /install
  
 +===== Mount Windows Share =====
 +  * Every boot: in /etc/fstab:
 +    * //192.168.1.24/ibm-software  /install  cifs  guest,uid=1000,iocharset=utf8  0  0
 +  * Runtime:
 +    * mount.cifs //192.168.1.24/ibm-software /install 
 +