I have created a line in /etc/fstab to automount the share:
//10.0.0.4/data_shared /mnt/data_shared smbfs username=bryan,password=jasper,umask=000 0 0
(that's all on one line)
This gives me a /mnt/data_shared that I can open and copy files from, but if I try and create a directory on the share, or delete a file,
I get an error message saying "access denied"
What have I got wrong/missing from my fstab line? Any ideas?
Bryan Anderson <fedora@xxxxxxxxxxxxxxxxxxx>