search for: accocunt

Displaying 1 result from an estimated 1 matches for "accocunt".

Did you mean: acccount
2005 Dec 08
0
permissions weirdness with samba share mounted in linux
...I'm trying to mount a samba share that exists on machine A to a local mount point on machine B. I created an account on machine A called "sharetest" with full access to the samba share I want to mount on machine B. I tested by trying to access the share via windows using the sharetest accocunt and it worked great. Then I mounted the share on machine B with this command: mount -t smbfs //[IP Address]/[Share] /mnt/test -o username=sharetest,password=zzz,dmask=777,fmask=777 Now when I try to access any of the subdirectories in /mnt/test on B using any user other than Root, it won't ev...