encrypted_partition
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| encrypted_partition [2011/11/01 02:03] – nquwDgKzv 177.72.132.10 | encrypted_partition [2021/02/01 05:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | A piece of erudition ulinke any other! | + | ====== dm-crypt LUKS ====== |
| + | |||
| + | |||
| + | cryptsetup -y -c twofish-cbc-essiv: | ||
| + | cryptsetup luksOpen / | ||
| + | mkfs.ext3 -b 4096 -E stride=8 / | ||
| + | echo " | ||
| + | echo "/ | ||
| + | mkdir / | ||
| + | update-initramfs -u -k all | ||
| + | |||
| + | For using latter: | ||
| + | |||
| + | cryptsetup luksOpen / | ||
| + | mount / | ||
| + | umount / | ||
| + | cryptsetup luksClose misc-crypt | ||
| + | |||
| + | For encrypted swap look in the documentation | ||
encrypted_partition.1320112998.txt.gz · Last modified: 2021/02/01 05:55 (external edit)
