crypt partition
Posted on .
(probably need to be updated)
# apt-get install cryptsetup hashalot
# modprobe dm_mod
# modprobe dm_crypt
# modprobe aes
# cryptsetup -y create crypt /dev/sda1
# dmsetup ls
# mkfs -t ext3 /dev/mapper/crypt
# apt-get install cryptsetup hashalot
# modprobe dm_mod
# modprobe dm_crypt
# modprobe aes
# cryptsetup -y create crypt /dev/sda1
# dmsetup ls
# mkfs -t ext3 /dev/mapper/crypt