need some /etc/fstab help
Cameron Hutchison
lists at xdna.net
Thu Aug 28 05:03:58 UTC 2008
steve <sfreilly at roadrunner.com> writes:
>smbmount //192.168.1.105/nas/video /home/steve/video
>//192.168.1.105/nas/video /home/steve/video smbfs auto username=steve
>password= 0 0
You need to separate options in /etc/fstab with commas:
//192.168.1.105/nas/video /home/steve/video smbfs auto,username=steve,password= 0 0
Each fstab line should contain 6 space/tab separated fields, and only 6.
More information about the ubuntu-users
mailing list