mount using smbfstab
I am trying to mount a windows share drive on SUSE 10.0 using /etc/samba/smbfstab. I have the following line;
//dw/SharedDocs /mnt/music smbfs rw,uid=o,gid=users
However, the mount folders shows no folders and no errors are shown,
fwiw I can mount the drive using the following as root without problems
mount -t smbfs -o lfs //dw/SharedDocs /mnt/music
Anybody have any ideas?
|