मेरे पास एक दूरस्थ विभाजन है जिसे मैंने स्थानीय रूप से 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
मुझे किसकी याद आ रही है ? मेरे बालों को खींच कर बाहर निकाल दिया।