Skip to content

Network File System

This is used to mount directories on linux over the network.

solaris

The exports are in /etc/nfs/sharetab containing a line like :

/etc/nfs/sharetab
/rpool/vmwarenfs        -       nfs     sec=sys,rw=10.10.0.0/255.255.0.0

the command

share
share

will show the contents of that file. You can test if the mounts are visible on another machine with :

showmount
showmount -e nfsmachine