On Saturday 30 April 2005 09:32, joe_schmoe enlightened us thusly: > Greetings > > I am attempting to mount an nfs share for a client to write on. On my > server machine, in /etc/exports I am adding /home/myself/SHAREZ > 192.168.1.20(rw,no_wdelay,secure) > > Then I run exportfs -ra > > On the client machine (at 192.168.1.20) I have mkdir /mnt/SHAREZ and > as root, enter > mount -t nfs -o rw 192.168.1.40:/home/myself/SHAREZ /mnt/SHAREZ > > It mounts fine and can be seen from the client machine. > > BUT: I cannot write to the share.
"I" being "root" or a merely mortal user. If the former, add "no_root_squash" to the export options. Post the contents of /var/lib/nfs/etab, please. Kurt _______________________________________________ Slackware mailing list [email protected] http://www.kurtwerks.com/mailman/listinfo/slackware
