我无法使用 NFS 导出文件夹。
/etc/exports
/storage/test -maproot=nobody client
/storage/test1 -ro -maproot=nobody client
/storage/test2 -ro -maproot=nobody client
第一个文件夹测试运行正常,其他两个文件夹测试出现此错误:
Jul 18 11:10:40 server mountd[6499]: bad exports list line /storage/test1 -ro -maproot
Jul 18 11:10:41 server mountd[6499]: can't change attributes for /storage/test1: Invalid radix node head, rn: 0 0xfffff80092530100
文件系统是 ZFS RAID Z2。
答案1
无法在同一个文件系统上生成多个挂载。关联
使用此导出时:
/storage/test /storage/test1 /storage/test2 -maproot=nobody client
这可行,但无法为文件夹指定特定的权限......
答案2
您可以使用“-alldirs”参数:
/storage -alldirs -maproot=nobody client