From bcbeae7463e204eaba2da261b228195d639beae1 Mon Sep 17 00:00:00 2001 From: Tobias Killer Date: Sat, 17 Apr 2021 11:03:50 +0200 Subject: [PATCH] Resolve open issues mentioned on Transifex --- introduction/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/introduction/faq.md b/introduction/faq.md index 1f8b9f55..e675bce2 100644 --- a/introduction/faq.md +++ b/introduction/faq.md @@ -554,7 +554,7 @@ A fully encrypted drive does not appear in Nautilus. The workaround is to manually decrypt and mount the drive: -1. Attach usb device to qube - it should be attached as `/dev/xvdi` or similar. +1. Attach USB device to qube - it should be attached as `/dev/xvdi` or similar. 2. `sudo cryptsetup open /dev/xvdi bk --type luks` 3. `sudo cryptsetup status /dev/mapper/bk` (Shows useful status info.) 4. `sudo mount /dev/mapper/bk /mnt` @@ -563,7 +563,7 @@ The decrypted device is now available at `/mnt` - when you have finished using i 1. `sudo umount /mnt` 2. `sudo cryptsetup close bk --type luks` -3. Remove usb from qube. +3. Remove USB from qube. ### Windows Update is stuck.