aboutsummaryrefslogtreecommitdiff
path: root/README.NFS
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2004-01-26 11:28:44 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2004-01-26 11:28:44 +0000
commit307242f21bf3ca7a0fb0f30da45b5956f47b0250 (patch)
tree746fbdb6e416dcba61f905c19be0c33c52de5939 /README.NFS
parente815c03771bfe19a12f9ff76639b28567942903c (diff)
fix
Diffstat (limited to 'README.NFS')
-rw-r--r--README.NFS7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.NFS b/README.NFS
index f3d0146..fecc436 100644
--- a/README.NFS
+++ b/README.NFS
@@ -1,11 +1,12 @@
-For the moment NFS exporting is supported on kernels versions >=
-2.6.0.
+NFS exporting is supported on kernels versions >= 2.6.0. For 2.4.X
+kernels the exporting infrastructure is not refined enough, so don't
+expect this to work.
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
+handle a situation where the kernel forgets about an inode which is
still referenced by the remote NFS client. This problem will be
addressed in a later version.