Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 172795

how to btrfs setup storage on Proxmox VE?

$
0
0
I have a new disk, I want to use it for pve storage.
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

批注 2025-02-17 113213.png

Is this operation method correct...

Read more

Viewing all articles
Browse latest Browse all 172795

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>