PBS Datastore Add not permitted | GID & UID don't match GID & UID of my old netgear ReadyNas duo V1

Jame75019

New Member
Sep 25, 2024
1
0
0
Hello everyone,

I have installed PBS in a VM under Proxmox VE, after mounting under my NAS under PBS, impossible to add to datastore (permission denied).

I think the problem comes from the GID and UID under my NAS they are at 1034, it is not possible to change them to 34, the model of my NAS is old (netgear ReadyNas duo V1).

With this model, I don't have SSH access either.

Can I add this old 1TB NAS to the datastore?

Thank you in advance for your help.

Best regards,
 
Hi!
you should be able to change the owner to backup:backup – what error are you getting?
You could also try some of the nfs squash options...
 
  • Like
Reactions: Pifouney
Hi!
you should be able to change the owner to backup:backup – what error are you getting?
You could also try some of the nfs squash options...
chown -R backup:backup /path/to/backup/storage
 
  • Like
Reactions: news