I've just installed PBS and I'm trying to create a Directory on my 10TB Seagate IronWolf drive.
Unfortunately, right when I'm issuing the create command, this happens:
Obviously, if I look into Administration > Storage / Disks > Directory, the drive is not present because the configuration failed.
I also tried to manually set up the disk after cleaning it from any existing partition:
What seems to be happening is that after I delete every partition from the disk, issuing
I feel like I don't have enough understanding of what's happening behind the hood.
ZFS, on the other hand, seems to be working.
Unfortunately, right when I'm issuing the create command, this happens:
TASK ERROR: command "blkid" "-o" "export" "/dev/sda1" failed - status code: 2 - no error message
Obviously, if I look into Administration > Storage / Disks > Directory, the drive is not present because the configuration failed.
I also tried to manually set up the disk after cleaning it from any existing partition:
However, the problem is still the same.proxmox-backup-manager disk initialize sda
proxmox-backup-manager disk fs create store1 --disk sda --filesystem ext4 --add-datastore true
What seems to be happening is that after I delete every partition from the disk, issuing
blkid
returns the entry /dev/sda as expected; after the proxmox-backup-manager disk fs create ...
though, the entry is gone and the disk is only visible through fdisk -l
. I feel like I don't have enough understanding of what's happening behind the hood.
ZFS, on the other hand, seems to be working.