[CentOS] simple NFSv4 setup
Joshua Baker-LePain
jlb17 at duke.eduWed Nov 18 22:18:21 UTC 2009
- Previous message: [CentOS] simple NFSv4 setup
- Next message: [CentOS] simple NFSv4 setup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 18 Nov 2009 at 4:05pm, Tim Nelson wrote > ----- "Joshua Baker-LePain" <jlb17 at duke.edu> wrote: >> /export $CLIENT(ro,fsid=0) >> /export/qb3 $CLIENT(rw,nohide) > Your export: > > /export/qb3 $CLIENT(rw,nohide) > > And your mount: > > mount -t nfs4 $SERVER:/qb3 /usr/local/sge62/qb3 > > The remote path is wrong. Either that's a typo or could be the cause of > your problem? No, that's how NFSv4 mounts work -- it's relative to the pseudo-root (the fsid=0 entry) on the server. And the mount succeeds. But it's a read-only mount, where it should be rw. -- Joshua Baker-LePain QB3 Shared Cluster Sysadmin UCSF
- Previous message: [CentOS] simple NFSv4 setup
- Next message: [CentOS] simple NFSv4 setup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list