Hi All,
I have the following line in my /etc/fstab to mount an NTFS drive:
//HONS/RobertMarkBram /phdWeb smbfs
rw,username=rob,password=XXXXXX,uid=gid=500 0 0
I have that id, but I still do not have write permissions:
robertmarkbram - /phdWeb
$id
uid=500(robertmarkbram) gid=500(robertmarkbram)
groups=500(robertmarkbram),0(root)
robertmarkbram - /phdWeb
$touch temp
touch: creating `temp': Permission denied
robertmarkbram - /phdWeb
$ls -lad .
drwxr-xr-x 1 65535 root 4096 Sep 3 17:19 .
Can anyone tell me what is going wrong?
Any advice would be most appreciated!
Rob