Hello,
I am not very lucky with this NAS.
I am not able to add a new datastore on a fresh install PBS.
I do have this problem on a standalone pc or on a VM.
What I did on both pc/vm:
All working, I am able to add/write a file with the user "backup" on the /mnt/nfs shared.
But I cannot add a new datastore: error message: datastore not empty or permission or owner not correct.
Any ideas ?
I am not very lucky with this NAS.
I am not able to add a new datastore on a fresh install PBS.
I do have this problem on a standalone pc or on a VM.
What I did on both pc/vm:
Code:
- Update PBS after installing it.
- add the IP of my PBS to the Unifi nfs Drive
- create a shared folder (mkdir -p /mnt/nfs) on the PBS
- chown backup:backup /mnt/nfs and chmod 775 /mnt/nfs on the PBS
- mount the shared folder using: mount -t nfs ip_number:/var/nfs/shared/[Shared Drive Name] /mnt/nfs on the PBS
- checking if I can write to the shared folder with the user "backup" on the PBS
All working, I am able to add/write a file with the user "backup" on the /mnt/nfs shared.
But I cannot add a new datastore: error message: datastore not empty or permission or owner not correct.
Any ideas ?