Mounting/unmounting removable storage

sudo mount /dev/<device> /run/media/<USER>/<name>

Note that the second directory (/run/media/...) must exist before mounting.

sudo umount /run/media/<USER>/<name>

Working with file systems

LUKS encryption