1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-01-07 22:51:47 -05:00
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-12-25 06:30:05 -07:00 committed by GitHub
parent 12c9cbc250
commit 40f06239e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -239,7 +239,7 @@ Make the new RAID 1 BTRFS filesystem:
```bash
sudo cryptsetup --allow-discards --persistent open /dev/nvme1n1p1 cryptdata1
sudo cryptsetup --allow-discards --persistent open /dev/nvme2n1p1 cryptdata2
sudo mkfs.btrfs --csum blake2b -m raid 1 -d /dev/mapper/cryptdata1 /dev/mapper/cryptdata2
sudo mkfs.btrfs --csum blake2b -m raid1 -d raid1 /dev/mapper/cryptdata1 /dev/mapper/cryptdata2
```
**Take note of the UUID**.
@ -262,4 +262,4 @@ Finally, add the storage pool:
```bash
sudo qvm-pool add varlibqubes2 file-reflink -o dir_path=/var/lib/qubes2
```
```