From 29d8a44c0a281701c642930d2dc4966b02152ad2 Mon Sep 17 00:00:00 2001 From: sucrecacao <55893070+sucrecacao@users.noreply.github.com> Date: Fri, 4 Oct 2019 15:46:39 +0000 Subject: [PATCH 1/2] Made it explicit that we work from dom0 terminal Confusing because we could be working from a live usb stick --- developer/debugging/mount-lvm-image.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developer/debugging/mount-lvm-image.md b/developer/debugging/mount-lvm-image.md index 2bdcc5ca..acfa53d9 100644 --- a/developer/debugging/mount-lvm-image.md +++ b/developer/debugging/mount-lvm-image.md @@ -6,9 +6,10 @@ permalink: /doc/mount-lvm-image/ # How to mount LVM image -You want to read your LVM image (ex: you did some errors and can't start the VM ). +You want to read your LVM image (ex: you did some errors and can't start the VM, expept dom0). 1: make the image available for qubesdb. +From dom0 terminal: ```bash # Example: /dev/qubes_dom0/vm-debian-9-tmp-root From 6a4a9ada7d9c240a04e5961ed0b69fcf7f42fb5a Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Fri, 4 Oct 2019 21:09:45 -0500 Subject: [PATCH 2/2] Improve language --- developer/debugging/mount-lvm-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/debugging/mount-lvm-image.md b/developer/debugging/mount-lvm-image.md index acfa53d9..ca9f0901 100644 --- a/developer/debugging/mount-lvm-image.md +++ b/developer/debugging/mount-lvm-image.md @@ -6,7 +6,7 @@ permalink: /doc/mount-lvm-image/ # How to mount LVM image -You want to read your LVM image (ex: you did some errors and can't start the VM, expept dom0). +You want to read your LVM image (e.g., there is a problem where you can't start any VMs except dom0). 1: make the image available for qubesdb. From dom0 terminal: