mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-06-02 21:22:11 -04:00
Add storage pool note
This commit is contained in:
parent
a11610987e
commit
df2d8ab447
1 changed files with 4 additions and 0 deletions
|
@ -268,4 +268,8 @@ sudo umount /var/lib/qubes2/
|
|||
Add the following to `/etc/fstab`:
|
||||
```
|
||||
UUID=PUT_THE_CORRESPONDING_UUID_HERE /var/lib/qubes2 btrfs subvol=data,x-systemd.requires=cryptsetup.target,discard,ssd,noatime,compress=zstd 0 0
|
||||
```
|
||||
|
||||
```bash
|
||||
sudo qvm-pool add varlibqubes2 file-reflink -o dir_path=/var/lib/qubes2
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue