Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 cifs 和 nfs 导出文件系统的 Celerra NS-20。这些文件是由 Windows 机器编写的。
当我在 linux 中挂载 cifs 时,所有文件名特殊字符都可以,但是当挂载 nfs(相同文件系统)时,文件名特殊字符被破坏。
有没有办法挂载改变编码的文件系统?
我们对新的 VNX 5300 也有同样的问题,解决方法是在 VNX 中启用 NFSv4 协议,默认情况下它只支持 v3。
为此,编辑:
/nas/server/slot_2/config
/nas/server/slot_3/config
并将行设置为:
nfs 配置 hivers=4
并重新启动数据移动器:
server_cpu server_2 -reboot -monitor
server_cpu server_3 -reboot -monitor