diff options
-rw-r--r-- | SETUP.md | 4 | ||||
-rw-r--r-- | USE.md | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -32,8 +32,8 @@ Setting up "Full disk encryption" is done when setting up the whole system. You need package `cryptsetup-run`. Install it if not done already. -Connect the disk (if removable) -and locate its name (first column): +Physically connect the disk (if removable) +and locate its name on this system (first column): lsblk --paths --nodeps @@ -15,13 +15,13 @@ Accounts containing trust secrets need special care. You need package `cryptsetup-bin`. Install it if not done already. -Connect the disk (if removable) -and mount encrypted disk and its partition inside: +Physically connect the disk (if removable) +and mount first encrypted disk and then its partition inside: sudo cryptdisks_start mysecrets sudo mount /mnt/mysecrets -When done using the disk, +When done working with encrypted data, unmount first partition and then disk: sudo umount /mnt/mysecrets |