Johan Hendriks wrote:
I want to mount an smb share from our Win200 Server at the office
i added this to my /etc/fstab
//server/username /mnt/server smbfs
noauto,username=johan,password=12345,rw 0 0
I can mount the thing (only as root) but could not write to it
How can i mount the share and write to it as a NORMAL user???
If i mount it as a normal user i got the message only root can mount.
Regards Johan
man smbmount and look for uid.
Forrest --