aboutsummaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2019-06-03 20:22:47 +0200
committerJonas Smedegaard <dr@jones.dk>2019-06-03 20:22:47 +0200
commitf30a8d03adfd724a4a62f6266a260a5ade24a747 (patch)
treec870b7f497dfea3d64174b3950b4956a7bc1f00c /USE.md
parent0c041b48a0974f1cab47e8695a82d1e4a1466381 (diff)
Talk about disk (not device).
Diffstat (limited to 'USE.md')
-rw-r--r--USE.md8
1 files changed, 4 insertions, 4 deletions
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