這是因為 pve 是 root 用戶導致,目前只能 ssh 到飞牛的 /etc/exports 檔案裡面修改配置
sudo vim /etc/exports
/etc/exports: the access control list for filesystems which may be exported
to NFS clients. See exports(5).
/fs/1000/nfs *(rw,async,insecure,all_squash,no_subtree_check,insecure_locks,sec=sys,anonuid=1000,anongid=1001,fsid=1000)
把 all_squash 改成 no_root_squash
然後執行
sudo exportfs -ra
執行完成以後再次從 pve 掛載 nfs 應該就可以了