Displaying 1 result from an estimated 1 matches for "serverdisk".
Did you mean:
serverdir
2009 Oct 22
1
how to automount password less samba share in linux ?
Dear list,
I have a password-less samba shared and it is used successfully from
window PCs. I also like to make an auto-mount for linux pcs so that it
can be used from linux boxes. To achieve this I have made an entry in
/etc/fstab as
```````````````````````
//192.168.1.1/shared /home/test/serverdisk cifs user,rw 0 0
````````````````````
As root I can mount it and see all the contents of remote folder. It
though asked for a password but simply giving an *enter* at password
prompt mount the shared folder successfully. But then non-root user
can't write on there. If I try to mount it as a...