Changes

Jump to navigation Jump to search
11 bytes added ,  20:21, 23 September 2014
Line 134: Line 134:  
In the case of you have errors when you mount a remote cifs share (used by the panel 'backup or restore', you can experiment by just running the two commands from the command line (replace $host $share $mountdir appropriately)
 
In the case of you have errors when you mount a remote cifs share (used by the panel 'backup or restore', you can experiment by just running the two commands from the command line (replace $host $share $mountdir appropriately)
 
  /bin/mount -t cifs "//$host/$share" $mountdir -o credentials=/etc/dar/CIFScredentials,nounix
 
  /bin/mount -t cifs "//$host/$share" $mountdir -o credentials=/etc/dar/CIFScredentials,nounix
  /bin/mountpoint
+
  /bin/mountpoint $mountdir
    
For example :
 
For example :

Navigation menu