diff --git a/common-tasks/device-handling.md b/common-tasks/device-handling.md index e711b7d7..abdcfe5c 100644 --- a/common-tasks/device-handling.md +++ b/common-tasks/device-handling.md @@ -110,7 +110,7 @@ If no specific `sourceVM:deviceID` combination is given, *all devices of that DE [block]:/doc/usb-devices-in-qubes-R4.0/ -[USB]:/dock/usb-devices-in-qubes-R4.0/ +[USB]:/doc/usb-devices-in-qubes-R4.0/ [PCI]:/doc/pci-devices-in-qubes-R4.0/ [security considerations]: /doc/device-considerations/ diff --git a/common-tasks/pci-devices.md b/common-tasks/pci-devices.md index f0f5dc91..88886233 100644 --- a/common-tasks/pci-devices.md +++ b/common-tasks/pci-devices.md @@ -134,8 +134,8 @@ or [device handling in qubes]: /doc/device-handling/ [security considerations]: /doc/device-considerations/#pci-security -[block]:/dock/usb-devices-in-qubes-R4.0/ -[USB]:/dock/usb-devices-in-qubes-R4.0/ +[block]:/doc/usb-devices-in-qubes-R4.0/ +[USB]:/doc/usb-devices-in-qubes-R4.0/ [appmenu]: /attachment/wiki/Devices/qubes-appmenu-select.png [domain manager icon]: /attachment/wiki/Devices/qubes-logo-icon.png [qvm-device]: /doc/device-handling-in-qubes-R4.0/#general-qubes-device-widget-behavior-and-handling diff --git a/common-tasks/usb-devices.md b/common-tasks/usb-devices.md index fdf5fda2..2d4cc11e 100644 --- a/common-tasks/usb-devices.md +++ b/common-tasks/usb-devices.md @@ -64,7 +64,7 @@ If not specified otherwise, block devices will show up as `/dev/xvdi*` in a linu where `xvdi2` needs to be replaced with the partition you want to mount. This will make your drive content accessible under `~/mnt`. -Beware that when you attach a whole block device, partitions can be identified by their trailing integer (i.e. `/dev/xvdi2` for the second partition, `/dev/xvdi` for the whole device), whereas if you attach a single parition, the partition has *no trailing integer*. +Beware that when you attach a whole block device, partitions can be identified by their trailing integer (i.e. `/dev/xvdi2` for the second partition, `/dev/xvdi` for the whole device), whereas if you attach a single partition, the partition has *no trailing integer*. If several different block-devices are attached to a single VM, the last letter of the device node name is advanced through the alphabet, so after `xvdi` the next device will be named `xvdj`, the next `xvdk`, and so on.