aboutsummaryrefslogtreecommitdiff
path: root/README.NFS
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2004-01-19 18:20:49 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2004-01-19 18:20:49 +0000
commite815c03771bfe19a12f9ff76639b28567942903c (patch)
treef60f5388664f618704a943e1ddd15e52168cdda1 /README.NFS
parent7c35cf9df254b3d315a0036f8102afa72f0a382d (diff)
NFS export for 2.6
Diffstat (limited to 'README.NFS')
-rw-r--r--README.NFS11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.NFS b/README.NFS
new file mode 100644
index 0000000..f3d0146
--- /dev/null
+++ b/README.NFS
@@ -0,0 +1,11 @@
+For the moment NFS exporting is supported on kernels versions >=
+2.6.0.
+
+You need to add an fsid=NNN option to /etc/exports to make exporting a
+FUSE directory work.
+
+You may get ESTALE (Stale NFS file handle) errors with this. This is
+because the current FUSE kernel API and the userspace library cannot
+handle a situation where the kernel forgets about a dentry which is
+still referenced by the remote NFS client. This problem will be
+addressed in a later version.