Samba
Posted on February 21st, 2014
- mount cifs fail: Host is down, add rw to command
mount -t cifs -o rw,user=admin,password=admin //BA/FTP /mnt/BA
http://serverfault.com/questions/414074/mount-cifs-host-is-down - umount : Device or resource busy, add -f -l to umount command
umount -f -l /mnt/BA
http://stackoverflow.com/questions/40317/force-unmount-of-nfs-mounted-directory - Setup : https://help.ubuntu.com/community/How%20to%20Create%20a%20Network%20Share%20Via%20Samba%20Via%20CLI%20(Command-line%20interface/Linux%20Terminal)%20-%20Uncomplicated,%20Simple%20and%20Brief%20Way!