I have a new disk, I want to use it for pve storage.
This is what I did:
![批注 2025-02-17 113213.png 批注 2025-02-17 113213.png]()
Is this operation method correct...
Read more
This is what I did:
Code:
#Ignore encrypted disk code here
cryptsetup open /dev/sdaX new-disk
mkfs.btrfs /dev/mapper/new-disk
mkdir -p /mnt/new-disk
mount /dev/mapper/new-disk /mnt/new-disk
#Should I manually create a subvolume for PVE storage? Or just use the root volume?
btrfs subvolume create /mnt/new-disk/pve-storage

Is this operation method correct...
Read more