diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2008-06-16 14:16:02 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2008-06-16 14:16:02 +0000 |
commit | c75d6298b4d083b5e8b99117602e75fbe9ddd45b (patch) | |
tree | 13b6e2cc0f680e36c140fdcc99a6f27defeae0b4 /README.NFS | |
parent | 74579f986208b82bda2b3e3d3c4b67f69e69f039 (diff) | |
download | android_external_fuse-c75d6298b4d083b5e8b99117602e75fbe9ddd45b.tar.gz android_external_fuse-c75d6298b4d083b5e8b99117602e75fbe9ddd45b.tar.bz2 android_external_fuse-c75d6298b4d083b5e8b99117602e75fbe9ddd45b.zip |
Remove fuse kernel module sources
Diffstat (limited to 'README.NFS')
-rw-r--r-- | README.NFS | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -1,17 +1,4 @@ -FUSE module in official kernels (>= 2.6.14) don't support NFS -exporting. In this case if you need NFS exporting capability, use the -'--enable-kernel-module' configure option to compile the module from -this package. And make sure, that the FUSE is not compiled into the -kernel (CONFIG_FUSE_FS must be 'm' or 'n'). +NFS exporting is supported in Linux kernels 2.6.27 or later. 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 an inode which is -still referenced by the remote NFS client. This problem will be -addressed in a later version. - -In the future it planned that NFS exporting will be done solely in -userspace. |