Hi,
I would like to add the folder /mnt/pbs as a storage.
Everyone has write permissions, user backup is owner as well.
However, when I try to add it as storage:
Any ideas?
Thank you!
I was able to use it when I export the NFS share with the following options:
I would like to add the folder /mnt/pbs as a storage.
Code:
root@pbs1:/mnt/pbs# ll
total 9.0K
drwxrwxrwx 2 backup backup 2 Mar 26 05:40 .
drwxr-xr-x 4 root root 4 Mar 25 20:43 ..
Everyone has write permissions, user backup is owner as well.
Code:
root@pbs1:/mnt/pbs# sudo -u \#34 -g \#34 touch /mnt/pbs/test.file
root@pbs1:/mnt/pbs# ll
total 9.5K
drwxrwxrwx 2 backup backup 3 Mar 26 05:41 .
drwxr-xr-x 4 root root 4 Mar 25 20:43 ..
-rw-r--r-- 1 backup backup 0 Mar 26 05:41 test.file
root@pbs1:/mnt/pbs# id -u backup
34
However, when I try to add it as storage:
Any ideas?
Thank you!
I was able to use it when I export the NFS share with the following options:
all_squash, anonuid=34, anongid=34
Last edited: