mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-13 17:33:04 -04:00
Update how-to-use-block-storage-devices.md
Remove use of the phrase "GUI" and specifically speak to the "Devices WIdget." Especially since it is now referenced in the Getting Started section, which should cross-link, here.
This commit is contained in:
parent
baa1df911c
commit
dc0433edcd
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ title: How to Use Block Storage Devices
|
||||||
|
|
||||||
If you don't know what a "block device" is, just think of it as a fancy way to say "something that stores data".
|
If you don't know what a "block device" is, just think of it as a fancy way to say "something that stores data".
|
||||||
|
|
||||||
## Using The GUI to Attach a Drive
|
## Using the Devices Widget to Attach a Drive
|
||||||
|
|
||||||
(**Note:** In the present context, the term "USB drive" denotes any [USB mass storage device](https://en.wikipedia.org/wiki/USB_mass_storage_device_class).
|
(**Note:** In the present context, the term "USB drive" denotes any [USB mass storage device](https://en.wikipedia.org/wiki/USB_mass_storage_device_class).
|
||||||
In addition to smaller flash memory sticks, this includes things like USB external hard drives.)
|
In addition to smaller flash memory sticks, this includes things like USB external hard drives.)
|
||||||
|
@ -39,7 +39,7 @@ Click on one and your USB drive will be attached!
|
||||||
However, it often means the app qube won't detect the new partition and you will need to manually mount it inside the app qube.
|
However, it often means the app qube won't detect the new partition and you will need to manually mount it inside the app qube.
|
||||||
See below for more detailed steps.
|
See below for more detailed steps.
|
||||||
|
|
||||||
## Block Devices in VMs
|
## Block devices in VMs
|
||||||
|
|
||||||
If not specified otherwise, block devices will show up as `/dev/xvdi*` in a linux VM, where `*` may be the partition-number.
|
If not specified otherwise, block devices will show up as `/dev/xvdi*` in a linux VM, where `*` may be the partition-number.
|
||||||
If a block device isn't automatically mounted after attaching, open a terminal in the VM and execute:
|
If a block device isn't automatically mounted after attaching, open a terminal in the VM and execute:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue