From 8f8c584f79bc46028e5d9672b09df2efb5c416a6 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Jun 2019 20:25:31 +0200 Subject: More clearly distinguish between physical and logical stuff. --- USE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'USE.md') diff --git a/USE.md b/USE.md index 19fa999..050281d 100644 --- a/USE.md +++ b/USE.md @@ -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 -- cgit v1.2.3