⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.nfs

📁 FUSE文件系统开发工具,将内核层面的文件系统开发过程平移到应用层面上来。
💻 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 + -