Hi,
I'm a little confused about NFSv4 exports (both the server and client are 10.1-REL). I want to export a subset of dirs in the root filesystem of the server, but not all of them.
This is my /etc/exports file-
When I do this, perhaps not surprisingly (considering the last line, "V4: /", seems to export the root filesystem), the client can mount directories I didn't intend to export, like /boot.
When I try something like-
...nothing at all gets exported.
Any help would be really appreciated.
-bg
I'm a little confused about NFSv4 exports (both the server and client are 10.1-REL). I want to export a subset of dirs in the root filesystem of the server, but not all of them.
This is my /etc/exports file-
Code:
/etc /usr /bin /sbin /root -ro -maproot=nobody:nogroup -network -10.0.200.100
V4: /
When I do this, perhaps not surprisingly (considering the last line, "V4: /", seems to export the root filesystem), the client can mount directories I didn't intend to export, like /boot.
When I try something like-
Code:
V4: /etc -ro -maproot=nobody:nogroup -network -10.0.200.100
...nothing at all gets exported.
Any help would be really appreciated.
-bg