# Please read the manual page exports(5) for more information.

# sample /etc/exports file

#/tmp            *(ro,all_squash,subtree_check)
#/               master(rw) trusty(rw,no_root_squash)
#/projects       proj*.local.domain(rw)
#/usr            *.local.domain(ro) @trusted(rw)
#/home/joe       pc001(rw,all_squash,anonuid=150,anongid=100)
#/pub            *(ro,insecure,all_squash)
#/srv/www        -sync,rw server @trusted @external(ro)
/var             192.168.0.0/255.255.255.0(ro,no_subtree_check,no_root_squash,nohide,fsid=0)
/                192.168.0.0/255.255.255.0(ro,no_subtree_check,no_root_squash,nohide)

