caseyfriday@CaseyNAS:~$ cat /etc/exports # /etc/exports: the access control list for filesystems which may be exported # to NFS clients. See exports(5). # # Example for NFSv2 and NFSv3: /srv/homes hostname1(no_subtree_check,rw,sync) hostname2(ro,no_subtree_check,sync) # # Example for NFSv4: /srv/nfs4 gss/krb5i(sync,rw,no_subtree_check,crossmnt,fsid=0) /srv/nfs4/homes gss/krb5i(no_subtree_check,sync,rw) # /media/raid/iPhoto 192.168.0.0/24(no_subtree_check,no_root_squash,insecure,rw,sync) /media/raid/iTunes 192.168.0.0/24(sync,rw,no_root_squash,insecure,no_subtree_check) /media/raid/iMovie 192.168.0.0/24(insecure,no_root_squash,no_subtree_check,sync,rw) /media/raid/Movies 192.168.0.0/24(sync,rw,insecure,no_root_squash,no_subtree_check) /media/raid/TV 192.168.0.0/24(no_subtree_check,no_root_squash,insecure,rw,sync)