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

📄 readme.nfs

📁 linux下的用户文件系统fuse-2.5.2
💻 NFS
字号:
NFS exporting is supported on kernels versions >= 2.6.0.  For 2.4.Xkernels the exporting infrastructure is not refined enough, so don'texpect this to work.Also 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 + -