readme.nfs

来自「UNIX/LINUX下面的用户文件系统」· NFS 代码 · 共 18 行

NFS
18
字号
FUSE module in official kernels (>= 2.6.14) don't support NFSexporting.  In this case if you need NFS exporting capability, use the'--enable-kernel-module' configure option to compile the module fromthis package.  And make sure, that the FUSE is not compiled into thekernel (CONFIG_FUSE_FS must be 'm' or 'n').You need to add an fsid=NNN option to /etc/exports to make exporting aFUSE directory work.You may get ESTALE (Stale NFS file handle) errors with this.  This isbecause the current FUSE kernel API and the userspace library cannothandle a situation where the kernel forgets about an inode which isstill referenced by the remote NFS client.  This problem will beaddressed in a later version.In the future it planned that NFS exporting will be done solely inuserspace.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?