From 0c041b48a0974f1cab47e8695a82d1e4a1466381 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Jun 2019 20:15:16 +0200 Subject: Updates to mounting/unmounting storage. --- USE.md | 11 +++++++++-- 1 file 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 -- cgit v1.2.3