Source: unfs3 Section: net Priority: optional Maintainer: Alexis Huxley Build-Depends: debhelper (>= 11), bison, flex, gcc, libfl-dev Standards-Version: 4.1.3 Homepage: https://unfs3.github.io/ #Vcs-Browser: https://salsa.debian.org/debian/unfs3 #Vcs-Git: https://salsa.debian.org/debian/unfs3.git Conflicts: knfs, nfs-server Package: unfs3 Architecture: amd64 Depends: ${misc:Depends}, rpcbind, ${shlibs:Depends} Description: user-space NFSv3 server UNFS3 is a user-space implementation of the NFSv3 server specification. . UNFS3 supports all NFSv3 procedures with the exception of the READDIRPLUS procedure. It tries to provide as much information to NFS clients as possible, within the limits possible from user-space. . See the unfsd(8) manpage for restrictions imposed on NFS operations (section RESTRICTIONS) and for possible races with local file system activity (section BUGS). . It is not possible to export to netgroups or wildcard hostnames via /etc/exports, all other addressing methods should work. The following options are recognized in the exports file: ro, rw, root_squash, all_squash, no_root_squash, no_all_squash. If other options are present, they are ignored. . UNFS3 can be used to (re-)export part of an AFS network filesystem. Because AFS does not simulate inodes particularly well, configuring the source with --enable-afs is recommended in this scenario. . Cluster extensions compatible to the older ClusterNFS project are supported when the source is configured with --enable-cluster.