Joshua Baker-LePain wrote:
On Thu, 19 Nov 2009 at 2:12pm, Matt Brown wrote

crossmnt needs to be on the root export the read only on or the next
export picks up the read only from the root.
Like this:

/export         $CLIENT(ro,fsid=0,crossmnt)
/export/qb3     $CLIENT(rw,nohide)

That's exactly what I have right now (verified by exportfs -v), and I'm still getting "read-only filesystem" on the client.


This worked for me:

/etc/exports on server:

/export 192.168.10.0/24(rw,no_root_squash,fsid=0)
/export/fs1 192.168.10.0/24(rw,no_root_squash,nohide)

/etc/fstab on client:

192.168.10.1:/fs1       /fs1    nfs4    _netdev,hard,... 0 0


We decided to do away with it and go ocfs2, but this worked for a while.

Robin

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to