I have a second internal drive on my PVE host that I'd like to add as a datastore for my PBS.
I'm running the PBS in a container and added a mount point in its config:
mp0: /mnt/hdd/pbs,mp=/shared
I also made sure to set the proper read/write/execute permissions for the directory:
drwxrwxrwx 2 root root 4096 Oct 28 22:35 pbs
But when I attempt to add this directory as a datastore, I get this message:
EPERM: Operation not permitted
I'm running the PBS in a container and added a mount point in its config:
mp0: /mnt/hdd/pbs,mp=/shared
I also made sure to set the proper read/write/execute permissions for the directory:
drwxrwxrwx 2 root root 4096 Oct 28 22:35 pbs
But when I attempt to add this directory as a datastore, I get this message:
EPERM: Operation not permitted