diff options
-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 |