20 July 2008 2 Comments

How to Encrypt Linux Hard Disk Space

Encryption (dm-crypt / LUKS) Linux Unified Key Setup check the partition for errors. sudo /sbin/badblocks -c 10240 -s -w -t random -v /dev/sda4 (sda4 is device name) Install cryptsetup. apt-get install cryptsetup We’ll write data over the newly created partition to help aid in the encryption process. By writing data to the partition prior to [...]