FOSS4.ORG links blogs about contact

Mount a LUKS encrypted USB drive using Debian CLI

Plug in your USB flash drive and get it's device name:
sudo fdisk -l | grep /dev/sd
You should see something like '/dev/sda' or '/dev/sdb'
Disk /dev/sda: 243.99 GiB, 257394027615 bytes, 463947243 sectors
Use cryptsetup to open LUKS USB devie:
sudo cryptsetup open --type luks /dev/sda e1
Create mount point
mount LUKS USB drive
enter directory:
sudo mkdir /mnt/usb
sudo mount /dev/mapper/e1 /mnt/usb
cd /mnt/usb/

Unmount a LUKS encrypted USB drive using Debian CLI

sudo umount /mnt/usb
Note
For more information
man cryptsetup-open
Sometimes you'll mount/umount the LUKS usb directory under /media/ instead.
Usually the first usb drive you plug in shows up as /dev/sda and the second usb drive you plug in shows up as /dev/sdb and so on.
Our Onion:
http://owzfedcosfvkk7tucoaubwugb7fwpdjszfpllby5bwihrevzhykdwtid.onion
Donate XMR:
84KYcPkoxZ7JFy9KBKRqYCM3HtqTiGSR48VSpx8B6nH179344iqyijGYQZtmmzdFFSfGUYuDZeiZs7oMZCrWsGuiR3sfq45
We need Monero. Please donate now.