I am trying to create NFS storage at Datacenter > Storage. When I try to create it, I get the following error:
It looks like proxmox is unable to create the dump directory at /mnt/pve/vmbackups. In the console, I have tried the following:
I have no idea where the user and group of 3001 came from. I am guessing it is a Proxmox thing, but when I search for that group or user id, they don't seem to exist.
Is there a permissions issue somewhere in my Proxmox Scale? Did I do something wrong setting it up?
Code:
create storage failed: mkdir /mnt/pve/vmbackups/dump: Permission denied at /usr/share/perl5/PVE/Storage/Plugin.pm line 1405. (500)
It looks like proxmox is unable to create the dump directory at /mnt/pve/vmbackups. In the console, I have tried the following:
- I have tried to create it manually but it says permission denied (logged in as root).
- I have tried to chmod 777 the /mnt/pve/vmbackups directory, but it gives me permission denied.
- I have tried to delete the /mnt/pve/vmbackups directory since it hasn't been added to Proxmox. It says the device or resource is busy
Code:
drwxr----- 2 3001 3001 2 May 18 21:13 vm_backupsdrwxr----- 2 3001 3001 2 May 18 21:13 vmbackups
drwxr----- 2 3001 3001 2 May 18 21:13 VMBackups
Is there a permissions issue somewhere in my Proxmox Scale? Did I do something wrong setting it up?