From f30a8d03adfd724a4a62f6266a260a5ade24a747 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Jun 2019 20:22:47 +0200 Subject: Talk about disk (not device). --- USE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'USE.md') diff --git a/USE.md b/USE.md index 5930f4c..19fa999 100644 --- a/USE.md +++ b/USE.md @@ -15,14 +15,14 @@ Accounts containing trust secrets need special care. You need package `cryptsetup-bin`. Install it if not done already. -Connect the device (if removable) -and mount encrypted device and its partition inside: +Connect the disk (if removable) +and mount encrypted disk and its partition inside: sudo cryptdisks_start mysecrets sudo mount /mnt/mysecrets -When done using the device, -unmount first partition and then device: +When done using the disk, +unmount first partition and then disk: sudo umount /mnt/mysecrets sudo cryptdisks_stop mysecrets -- cgit v1.2.3