From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/nfs-utils/files/nfsd.exports | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/nfs-utils/files/nfsd.exports (limited to 'package/nfs-utils/files/nfsd.exports') diff --git a/package/nfs-utils/files/nfsd.exports b/package/nfs-utils/files/nfsd.exports new file mode 100644 index 000000000..a357a4d1f --- /dev/null +++ b/package/nfs-utils/files/nfsd.exports @@ -0,0 +1,10 @@ +# on embedded devices with MTD you can _only_ export usb disks or sticks +# for nfsv3 +#/mnt/usb *(ro,no_root_squash,insecure,no_subtree_check) +# for nfsv4, do mount --bind /srv/music /nfs4/music and +# set nfs_server_version 4 in /etc/rc.conf +#/nfs4 hostname(rw,sync,fsid=0,crossmnt,no_subtree_check) +#/nfs4/music hostname(rw,sync,no_subtree_check) +# with kerberos based authentication, add krb5i for integrity and krb5p for privacy +#/nfs4/music gss/krb5(rw,sync,no_subtree_check) + -- cgit v1.2.3