File: README.NFS

package info (click to toggle)
fuse 2.5.3-4.4%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,956 kB
  • ctags: 1,637
  • sloc: ansic: 10,865; sh: 8,751; makefile: 199
file content (21 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.

Also 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').

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.