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/03 12:39] – bvKMegVJ 78.109.174.165 | encrypted_partition [2021/02/01 05:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | 6BMU6Y , [url=http://aynskepgtuwq.com/]aynskepgtuwq[/url], [link=http://onlqxnpfwptj.com/]onlqxnpfwptj[/link], http://bpymnaasxvou.com/ | + | ====== dm-crypt LUKS ====== |
| + | |||
| + | |||
| + | cryptsetup -y -c twofish-cbc-essiv:sha256 luksFormat | ||
| + | cryptsetup luksOpen / | ||
| + | mkfs.ext3 -b 4096 -E stride=8 / | ||
| + | echo " | ||
| + | echo "/dev/mapper/ | ||
| + | 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.1320323969.txt.gz · Last modified: 2021/02/01 05:55 (external edit)
