From 6254028b0e80b4a4412338afc342fb8f4fd8d3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 25 Jul 2015 04:30:15 +0200 Subject: [PATCH] StickMounting: warning to not remove the stick before detaching it from a VM --- StickMounting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/StickMounting.md b/StickMounting.md index 976ea84c..4e3bddc8 100644 --- a/StickMounting.md +++ b/StickMounting.md @@ -50,7 +50,7 @@ A command-line tool, `qvm-block`, is also available. This tool can be used to as 1. When you finish using your USB stick, click the eject button or right-click and select **Unmount**. -1. In a dom0 console, unmount the stick: +1. In a dom0 console, detach the stick: {% highlight trac-wiki %} qvm-block -d @@ -58,3 +58,6 @@ A command-line tool, `qvm-block`, is also available. This tool can be used to as 1. You may now remove the device. +**Warning: Do not remove the device before detatching it from the VM!** Otherwise you +will not be able to attach it anywhere later. See [this +ticket](https://github.com/QubesOS/qubes-issues/issues/1082) for details.