nfs encoding issue

北慕城南 提交于 2019-12-25 03:14:04

问题


I have a Celerra NS-20 that export a filesystem with cifs and nfs. The files are written by windows machines.

When I mount the cifs in linux all filename special characters are ok, but when mount the nfs (same filesystem) the filenames special character are broken.

Are there a way to mount the filesystem changing the encoding ?


回答1:


We have the same issue with a new VNX 5300 and the resolution was to enable the NFSv4 protocol in the VNX, by default its only support v3.

For that, edit:

/nas/server/slot_2/config

/nas/server/slot_3/config

And set the line like:

nfs config hivers=4

and restart the datamovers:

server_cpu server_2 -reboot -monitor

server_cpu server_3 -reboot -monitor



来源:https://stackoverflow.com/questions/11499904/nfs-encoding-issue

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!