hi all i'm having a strange problem while mounting a samba share accross two samba installations when using the below mount command... mount -t smbfs //samba-server/files /mnt/files/ -o \ rw,username=username,password=xxxx the share mounts but not RW, only ever manage to mount it RO. can anyone offer a suggestion ?
> mount -t smbfs //samba-server/files /mnt/files/ -o \ > rw,username=username,password=xxxx > > the share mounts but not RW, only ever manage to mount it RO. > can anyone offer a suggestion ?Either the username and password only has read-only access, or you've got the wrong username and/or password and the server is mapping you to the guest account (which then has read only access.) Cheers, Adam.