How to encrypt a disk partition in Linux
Posted in Geekery on Nov 5th, 2010
LUKS is the standard for Linux hard disk encryption. The following few commands are all you need to encrypt your next external hard disk or USB key on a Debian-based distribution like Ubuntu. Installation Install the required software and load the module into the running kernel without restarting: 12sudo aptitude install cryptsetup sudo modprobe dm_crypt [...]