I'm encountering this issue when trying to add a NFS mount as a datastore after upgrading my PBS. This was working before upgrading. Any support would be greatly appreciated!
![2.png 2.png]()
![1.png 1.png]()
Here is my fstab entry.
Here's a snippet of file permissions on the NFS mount.
Read more


Here is my fstab entry.
Code:
10.50.10.98:/volume1/ncBackupNAS/ncBackup/Unix/PBS /mnt/volume1-backend nfs sec=sys,rw,anonuid=0,anongid=0,no_root_squash,no_subtree_check 0 0
Here's a snippet of file permissions on the NFS mount.
Code:
root@pbs:~# ls -lR /mnt/
/mnt/:
total 0
drwxrwxrwx 1...
Read more