I'm trying out Proxmox for the first time and am having trouble understanding how to add an internal hard drive to a container. Here is my setup, detailed as best as I understand it:
Speaking of making it work, here are my goals:
I tried changing the permissions of the directory to this:
I'm a Windows user mostly, and just dabble in Linux, so I'm not used to the architecture and procedures in Linux. I've read a TON of how to do this, but it's obvious at this point that I'm chasing my tail. I'm hoping someone can set me on the right path.
Thanks,
John
- Computer is an old Dell Studio desktop with two drives: an SSD and an 8TB HDD.
- The node I setup is on the SSD (sda3).
- Created an unprivileged container with 1GB of memory (Id is 200) running Ubuntu 22.04.
- Installed UrBackup in the container.
- I mounted the HDD (sdb1) to "/mnt/backup" in the node and created a few files to have something in it.
- Added the following to the fstab file in the node:
LABEL=BackupOne /mnt/backup ext4 defaults 0 2
- Created the folder "/mnt/backup1" in the container.
- Added the following to the "200.conf" file in "/etc/pve/lxc":
mp0: Backup1:200/vm-200-disk-1.raw,mp=/mnt/backup1,size=8000G
- Also tried adding the drive to the node in the Datacenter.
- Chose "Add", "Directory", with the ID of "Backup1" pointed to the "/mnt/backup" directory.
Speaking of making it work, here are my goals:
- Run UrBackup on a Proxmox container to backup the other computers on my home network.
- Use the 8TB HDD to store these backups.
I tried changing the permissions of the directory to this:
drwxrwxr-x 3 root root 4096 Dec 27 22:11 backup1
, but it didn't seem to help.I'm a Windows user mostly, and just dabble in Linux, so I'm not used to the architecture and procedures in Linux. I've read a TON of how to do this, but it's obvious at this point that I'm chasing my tail. I'm hoping someone can set me on the right path.
Thanks,
John