nfsd.exports 494 B

12345678910
  1. # on embedded devices with MTD you can _only_ export usb disks or sticks
  2. # for nfsv3
  3. #/media *(ro,no_root_squash,insecure,no_subtree_check,crossmnt)
  4. # for nfsv4, do mount --bind /srv/music /nfs4/music and
  5. # set nfs_server_version 4 in /etc/rc.conf
  6. #/nfs4 hostname(rw,sync,fsid=0,crossmnt,no_subtree_check)
  7. #/nfs4/music hostname(rw,sync,no_subtree_check)
  8. # with kerberos based authentication, add krb5i for integrity and krb5p for privacy
  9. #/nfs4/music gss/krb5(rw,sync,no_subtree_check)