mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-01 11:06:28 -04:00
Reformat for better conversion to RST
- essentially concerning the newline issue in lists
This commit is contained in:
parent
1ffc54d84b
commit
b330828152
11 changed files with 105 additions and 103 deletions
|
@ -90,9 +90,9 @@ If you don't see anything that looks like your drive, run `sudo udevadm trigger
|
|||
qvm-block attach work sys-usb: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.
|
||||
- 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.
|
||||
|
||||
You may also mount one partition at a time by using the same command with the partition number, e.g. `sdb1`.
|
||||
- You may also mount one partition at a time by using the same command with the partition number, e.g. `sdb1`.
|
||||
|
||||
3. The block device is now attached to the qube.
|
||||
If using a default qube, you may open the Nautilus file manager in the qube, and your drive should be visible in the **Devices** panel on the left.
|
||||
|
@ -106,7 +106,7 @@ If you don't see anything that looks like your drive, run `sudo udevadm trigger
|
|||
|
||||
4. When you finish using the block device, click the eject button or right-click and select **Unmount**.
|
||||
|
||||
If you've manually mounted a single partition in the above step, use:
|
||||
- If you've manually mounted a single partition in the above step, use:
|
||||
|
||||
```
|
||||
sudo umount mnt
|
||||
|
@ -179,10 +179,10 @@ To attach a file as block device to another qube, first turn it into a loopback
|
|||
2. If you want to use the GUI, you're done.
|
||||
Click the Device Manager  and select the `loop0`-device to attach it to another qube.
|
||||
|
||||
If you rather use the command line, continue:
|
||||
- If you rather use the command line, continue:
|
||||
|
||||
In dom0, run `qvm-block` to display known block devices.
|
||||
The newly created loop device should show up:
|
||||
- In dom0, run `qvm-block` to display known block devices.
|
||||
The newly created loop device should show up:
|
||||
|
||||
```shell_session
|
||||
~]$ qvm-block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue