summaryrefslogtreecommitdiff
path: root/package/nfs-utils/files/nfsd.exports
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/nfs-utils/files/nfsd.exports
Initial import
Diffstat (limited to 'package/nfs-utils/files/nfsd.exports')
-rw-r--r--package/nfs-utils/files/nfsd.exports10
1 files changed, 10 insertions, 0 deletions
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)
+