我有一个使用NFS在本地安装的远程分区。
'mount'给
192.168.3.1:/mnt/storage-pools/ on /pools type nfs (rw,addr=192.168.3.1)
在我出口的服务器上:
/mnt/storage-pools   *(rw,insecure,sync,no_subtree_check)
然后我尝试
 touch /pools/test1
 ls -lah
 -rw-r--r--  1 65534 65534    0 Dec 13 20:56 test1
 chown root.root test1
 chown: changing ownership of `test1': Operation not permitted
我想念什么?拉我的头发。
                  每次遇到此问题时,导出文件在服务器挂载和(rw,...
                
                
                  
                    —
                    egorgry 2010年