aboutsummaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
Diffstat (limited to 'USE.md')
-rw-r--r--USE.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/USE.md b/USE.md
index 226bfdf..5930f4c 100644
--- a/USE.md
+++ b/USE.md
@@ -16,9 +16,16 @@ You need package `cryptsetup-bin`.
Install it if not done already.
Connect the device (if removable)
-and mount the encrypted partition on the device:
+and mount encrypted device and its partition inside:
- cryptdisks_start mysecrets
+ sudo cryptdisks_start mysecrets
+ sudo mount /mnt/mysecrets
+
+When done using the device,
+unmount first partition and then device:
+
+ sudo umount /mnt/mysecrets
+ sudo cryptdisks_stop mysecrets
## Secrets