aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2019-06-03 20:15:16 +0200
committerJonas Smedegaard <dr@jones.dk>2019-06-03 20:15:16 +0200
commit0c041b48a0974f1cab47e8695a82d1e4a1466381 (patch)
tree6e42c829e912a8cf4d1dfaf30dc05c4bbd66d2f2
parentdd275be3eeb4eb614f5bf04992b9836ecb0744f7 (diff)
Updates to mounting/unmounting storage.
-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