libfuse/README.NFS

12 lines
468 B
Plaintext
Raw Normal View History

2004-01-20 02:20:49 +08:00
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.