Hi,
I've got a few problems with my 2 crypt harddrives.
First, what I am doing after boot and what happens:
modprobe aes
modprobe dm-crypt
modprobe dm-mod
mount /dev/sdc /mnt/key/
gpg --decrypt /mnt/key/harddisk.gpg|cryptsetup -s 128 create crypt1
/dev/hde1
mount /dev/mapper/crypt1 -t ext3 /crypt1
Then I've got:
"VFS: Can't find ext3 filesystem on dev dm-0."
And that's true. fdisk show's nothing inside.
So I am reverting:
umount /crypt1
cryptsetup remove /dev/mapper/crypt1
dmsetup remove_all
rmmod -f dm_crypt
rmmod -f dm_mod
and get a:
"Command failed: Incompatible libdevmapper 1.02.03 (2006-02-08)(compat)
and kernel driver"
I am using Debian with various kernel versions.
One thing left:
cryptsetup status control
/dev/mapper/control is inactive.
Anyone have got a hint ?
Thanks
Sven
---------------------------------------------------------------------
- http://www.saout.de/misc/dm-crypt/
To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx
For additional commands, e-mail: dm-crypt-help@xxxxxxxx