Hi, I have tried to set up NFS. I cant write to the NFS directory I have mounted. The line I added to /etc/exports (on the remote machine) is: /apache1327/htdocs 192.168.0.5(rw)
and to mount it on the local machine i do #mount -t nfs -o rw 192.168.0.1:/apache1327/htdocs /mnt/htdoc My local computers IP is 192.168.0.5 . I cant write to /mnt/htdoc but I can read/view the files.
