Hello,
Curious what I can do to solve this issue. I have been rooting around in PBS, attempting to get my first backups running.
Initially, I created a datastore using a single partition on a 6TB disk, named Store1. After walking away for awhile, I changed my mind, and decided to remove that datastore, opting to create a smaller one on a 2 TB partition on the same disk. I used
to get rid of the first one, divided my disk into two partitions, and added a line in my /etc/fstab to automount the 2TB partition at
Now, whenever I reboot the machine, I'm stuck waiting on a dependency, specifically:
The misspelling in my output, "datatstore", is intentional although I'm not sure why that is the case. It appears as though the system is still trying to mount the originally created datastore, but I can't seem to find where it's referenced in my configuration. Here is my fstab:
I've tried removing and re-adding my datastore numerous times, naming it "Store1" and otherwise, in my attempts to resolve this. Because of this, there is currently there is no datastore, and my datastore.cfg file is empty. I'm sure I can just reload the machine and start from scratch, but I'm trying to familiarize myself, so I thought I'd pose the question here. Thank you, and let me know if any further information would be helpful!
Curious what I can do to solve this issue. I have been rooting around in PBS, attempting to get my first backups running.
Initially, I created a datastore using a single partition on a 6TB disk, named Store1. After walking away for awhile, I changed my mind, and decided to remove that datastore, opting to create a smaller one on a 2 TB partition on the same disk. I used
Code:
proxmox-backup-manager datastore remove Store1
Code:
/backup/data
Now, whenever I reboot the machine, I'm stuck waiting on a dependency, specifically:
Code:
Timed out waiting for device /dev/disk/by-uuid/$uuid, Dependency failed for Mount datatstore 'Store1' under 'mnt'datastore/Store1
The misspelling in my output, "datatstore", is intentional although I'm not sure why that is the case. It appears as though the system is still trying to mount the originally created datastore, but I can't seem to find where it's referenced in my configuration. Here is my fstab:
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pbs/root / ext4 errors=remount-ro 0 1
UUID=5F89-11F3 /boot/efi vfat defaults 0 1
/dev/pbs/swap none swap sw 0 0
proc /proc proc defaults 0 0
UUID=4aa5db57-fd99-4641-829e-069eaac22516 /backup/data ext4 defaults 00
I've tried removing and re-adding my datastore numerous times, naming it "Store1" and otherwise, in my attempts to resolve this. Because of this, there is currently there is no datastore, and my datastore.cfg file is empty. I'm sure I can just reload the machine and start from scratch, but I'm trying to familiarize myself, so I thought I'd pose the question here. Thank you, and let me know if any further information would be helpful!
Last edited: