From 75d18931d11ba8c634b5710ad37d365667a8764b Mon Sep 17 00:00:00 2001 From: zetigu <81594452+zetigu@users.noreply.github.com> Date: Fri, 2 Apr 2021 09:00:36 -0400 Subject: [PATCH] Normalize punctuation and create/remove tmp dir Mostly fix before console text by using ":" without space. Create/remove /mnt/new_qube_storage --- .../secondary-storage.md | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/user/advanced-configuration/secondary-storage.md b/user/advanced-configuration/secondary-storage.md index 3fbf22b1..eedf2526 100644 --- a/user/advanced-configuration/secondary-storage.md +++ b/user/advanced-configuration/secondary-storage.md @@ -20,12 +20,12 @@ You want to store a subset of your AppVMs on the HDD. Qubes 4.0 is more flexible than earlier versions about placing different VMs on different disks. For example, you can keep templates on one disk and AppVMs on another, without messy symlinks. -You can query qvm-pool to list available storage drivers. +You can query qvm-pool to list available storage drivers: ``` shell_session qvm-pool --help-drivers ``` -qvm-pool driver explaination : +qvm-pool driver explaination: ```shell_session refers to using a simple file for image storage and lacks a few features. refers to storing images on a filesystem supporting copy on write. @@ -61,12 +61,12 @@ qvm-pool --add lvm_thin -o volume_group=,thin_pool= is a freely chosen pool name @@ -121,8 +121,7 @@ Reboot the computer so the new luks device appears at /dev/mapper/luks-b209... a ##### For LVM -First create the physical volume - +First create the physical volume: ```shell_session sudo pvcreate /dev/mapper/luks-b20975aa-8318-433d-8508-6c23982c6cde ``` @@ -139,41 +138,43 @@ And then use "poolhd0" as the (LVM thin pool name): sudo lvcreate -T -n poolhd0 -l +100%FREE qubes ``` -Finally we will tell Qubes to add a new pool on the just created thin pool +Finally we will tell Qubes to add a new pool on the just created thin pool: ```shell_session qvm-pool --add poolhd0_qubes lvm_thin -o volume_group=qubes,thin_pool=poolhd0,revisions_to_keep=2 ``` #### For Btrfs -First create the physical volume +First create the physical volume: ```shell_session #