diff options
Diffstat (limited to 'USE.md')
-rw-r--r-- | USE.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |