NFS를 사용하여 로컬로 마운트 한 원격 파티션이 있습니다.
'마운트'는
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