diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-06-03 20:15:16 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-06-03 20:15:16 +0200 |
commit | 0c041b48a0974f1cab47e8695a82d1e4a1466381 (patch) | |
tree | 6e42c829e912a8cf4d1dfaf30dc05c4bbd66d2f2 | |
parent | dd275be3eeb4eb614f5bf04992b9836ecb0744f7 (diff) |
Updates to mounting/unmounting storage.
-rw-r--r-- | USE.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 |