5 Description: User space NFS server
6 This package contains all necessary programs to make your Linux machine act
7 as an NFS server, being an NFS daemon (rpc.nfsd), a mount daemon (rpc.mountd).
9 Unlike other NFS daemons, this NFS server runs entirely in user space. This
10 makes it a tad slower than other NFS implementations, and also introduces
11 some awkwardnesses in the semantics (for instance, moving a file to a
12 different directory will render its file handle invalid).
14 There is currently no support for file locking.