t****t 发帖数: 6806 | 1 man 5 exports
nohide This option is based on the option of the same
name provided in IRIX NFS. Normally, if a
server exports two filesystems one of which is
mounted on the other, then the client will
have to mount both filesystems explicitly to
get access to them. If it just mounts the
parent, it will see an empty directory at the
place where the other filesystem is mounted... 阅读全帖 |
|
t****t 发帖数: 6806 | 2 also...
crossmnt
This option is similar to nohide but it makes
it possible for clients to move from the
filesystem marked with crossmnt to exported
filesystems mounted on it. Thus when a child
filesystem "B" is mounted on a parent "A",
setting crossmnt on "A" has the same effect as
setting "nohide" on B. |
|
c*****t 发帖数: 1879 | 3 still possible:
EXAMPLES
/usr/local # export to the world
/usr clients # export to my clients
/usr2 bonnie clyde # export to only these machines
/usr3 -anon=guest # map client root & anonymous to guest
/ -ro # export the root filesystem
/usr -ro,nohide # export all local filesystems read-only
/d/local/src \
-rw,anon=guest,root=bonnie # |
|