blob: fecc436a6542e4aeabebe3c3f7fe43f29876f2b7 [file] [log] [blame]
Miklos Szeredi307242f2004-01-26 11:28:44 +00001NFS exporting is supported on kernels versions >= 2.6.0. For 2.4.X
2kernels the exporting infrastructure is not refined enough, so don't
3expect this to work.
Miklos Szeredie815c032004-01-19 18:20:49 +00004
5You need to add an fsid=NNN option to /etc/exports to make exporting a
6FUSE directory work.
7
8You may get ESTALE (Stale NFS file handle) errors with this. This is
9because the current FUSE kernel API and the userspace library cannot
Miklos Szeredi307242f2004-01-26 11:28:44 +000010handle a situation where the kernel forgets about an inode which is
Miklos Szeredie815c032004-01-19 18:20:49 +000011still referenced by the remote NFS client. This problem will be
12addressed in a later version.