Changes

Jump to navigation Jump to search
508 bytes added ,  20:16, 23 September 2014
Line 129: Line 129:     
  /etc/init.d/httpd restart
 
  /etc/init.d/httpd restart
 +
 +
==Backup==
 +
===Debug the Mount a remote workstation Share===
 +
In the case of you have a fail when you mount a remote cifs share, 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/mountpoint
 +
 +
For example :
 +
/bin/mount -t cifs  "//192.168.xx.xx/backup-sme" /mnt/smb -o credentials=/etc/dar/CIFScredentials,nounix
 +
/bin/mountpoint /mnt/smb/
    
==Certificates==
 
==Certificates==

Navigation menu