📄 readme.nfs
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -