aboutsummaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
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