在arm端mount到redhat服务端:

mount -o nolock 192.168.1.199:/share /mnt

成功mount后,从/mnt拷贝文件是正常的,但不能修改/mnt里的文件进行写操作,

提示:Read-only file system。

比较以前可以正常进行写操作的redhat linux中的/etc/exports文件内容,

发现/share    *    (rw, sync, no_root_squash)的格式有影响。

改成/share   *(rw,sync,no_root_squash)后,重启nfs后,可以正常对/mnt进行写操作。

 (注意其中的空格修改)

Logo

更多推荐