한 컴퓨터에 ntfs로 마운트된 드라이브가 있고 두 번째 컴퓨터에 NFS를 사용할 수 있습니다. 두 번째 컴퓨터에서는 드라이브를 읽고 쓸 수 있지만 문제가 있습니다. cp가 파일을 생성하지만 다음과 같은 결과가 나타납니다.
cp: cannot create regular file ‘wgb/ccc’: Operation not permitted
첫 번째 호출과 두 번째 호출은 성공적으로 내용을 기록합니다(파일이 이미 존재하는 경우).
mv는 항상 실패합니다.
mv: cannot create regular file ‘wgb/ccc’: Operation not permitted
어떻게 진단/수정하나요?
설정은
Comp1(우분투 서버)/etc/fstab
UUID=01CF340CBDFC8A90 /mnt/wgb ntfs-3g defaults,auto,umask=000,users,rw 0
Comp1 /etc/exports
/mnt/wgb *(rw,sync,no_root_squash,no_subtree_check)
Comp2(리눅스 민트) /etc/fstab
192.168.0.4:/mnt/wgb /mnt/wgb nfs auto,nofail,noac 0 0
답변1
변경하여 작동하게 만들었습니다.
no_root_squash
도착하다
all_squash,anongid=0,anonuid=0