Hi!
Apologies if this should be relatively simple to solve.
I am trying to use "almost" all disk space on a single image (As I want the full HDD space available to that VM, happy to hear other solutions).
I have created a RAID6 partition using mdadm, in total there's 5 HDDs, each with 8TB. With double redundancy there's 24TB available space.
Read more
Apologies if this should be relatively simple to solve.
I am trying to use "almost" all disk space on a single image (As I want the full HDD space available to that VM, happy to hear other solutions).
I have created a RAID6 partition using mdadm, in total there's 5 HDDs, each with 8TB. With double redundancy there's 24TB available space.
Bash:
root@pve:~# mdadm --detail /dev/md1
/dev/md1:
Version : 1.2
Creation Time : Tue Apr 11 12:35:49 2023
Raid Level : raid6...
Read more