From dff240ceb61c49e1faa7d44a59eef04de4236fc3 Mon Sep 17 00:00:00 2001
From: Wikinaut <Wikinaut@users.noreply.github.com>
Date: Wed, 1 Feb 2017 14:27:21 +0100
Subject: [PATCH 1/2] Adding qube "personal" example name

---
 common-tasks/usb.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common-tasks/usb.md b/common-tasks/usb.md
index de844e38..a9e7b501 100644
--- a/common-tasks/usb.md
+++ b/common-tasks/usb.md
@@ -64,7 +64,7 @@ follows:
         sudo udevadm trigger --action=change
 
  3.  Assuming your USB drive is attached to dom0 and is `sdb`, we attach the
-     device to a qube like so:
+     device to a qube with the name `personal` like so:
 
         qvm-block -a personal dom0:sdb
 

From 5a28b05c433b26779877932c143d9d238c21d22f Mon Sep 17 00:00:00 2001
From: Wikinaut <Wikinaut@users.noreply.github.com>
Date: Wed, 1 Feb 2017 19:37:02 +0100
Subject: [PATCH 2/2] adapted the doc according to qvm-block --help

`qvm-block --help` says either device-vm-name:device or vm-name
---
 common-tasks/usb.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/common-tasks/usb.md b/common-tasks/usb.md
index a9e7b501..56fe65e9 100644
--- a/common-tasks/usb.md
+++ b/common-tasks/usb.md
@@ -44,7 +44,7 @@ follows:
  1. Insert your USB drive.
 
  2. In a dom0 console (running as a normal user), list all available block
-   devices:
+    devices:
 
         qvm-block -l
 
@@ -66,7 +66,7 @@ follows:
  3.  Assuming your USB drive is attached to dom0 and is `sdb`, we attach the
      device to a qube with the name `personal` like so:
 
-        qvm-block -a personal dom0:sdb
+         qvm-block -a personal dom0:sdb
 
      This will attach the device to the qube as `/dev/xvdi` if that name is not
      already taken by another attached device, or `/dev/xvdj`, etc.
@@ -88,9 +88,13 @@ follows:
  5.  When you finish using your USB drive, click the eject button or right-click
      and select **Unmount**.
 
- 6.  In a dom0 console, detach the stick:
+ 6.  In a dom0 console, detach the stick
 
-         qvm-block -d <device> <vmname>
+         qvm-block -d <device>
+         
+     or
+     
+         qvm-block -d <vmname>
 
  7.  You may now remove the device.