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 14:26] – GLKeSBXhInuezeiR 173.255.122.132 | encrypted_partition [2021/02/01 05:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | biIIqD | + | ====== dm-crypt LUKS ====== |
| + | |||
| + | |||
| + | cryptsetup -y -c twofish-cbc-essiv:sha256 luksFormat | ||
| + | cryptsetup luksOpen / | ||
| + | mkfs.ext3 -b 4096 -E stride=8 | ||
| + | echo "misc-crypt / | ||
| + | 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 of crytosetup of debian. | ||
encrypted_partition.1320157589.txt.gz · Last modified: 2021/02/01 05:55 (external edit)
