Page 1 of 1

Problem with nfs rw

PostPosted: Wed Oct 12, 2011 1:41 pm
by firwareslut
I set up my /etc/exports file on the lacie like so

/share/1000/public 192.168.0.1/24 (rw,sync,no_root_squash,no_subtree_check)

Then on my ubuntu installation I added this line to fstab

192.168.0.150:/share/1000/public /media/NETWORKHD nfs _netdev,rw,auto 0 0

I can read from the share just fine but I cannot write to it (I need to be able to add,read and delete files/directories). I get this message

touch: cannot touch `ok': Read-only file system

How do i solve this?

Re: Problem with nfs rw

PostPosted: Wed Oct 12, 2011 1:46 pm
by firwareslut
nevermind, it was the space in the exports file!