Hello,
I had offset with cryptoloop using twofish. But i'm unable to mount it with cryptosetup.
I used to mount this like that:
losetup -e twofish -o 2560 /dev/loop0 /dev/sdb1 => enter passphrase
mount -t ext3 /dev/loop0 /home/
I tried with your command :
cryptsetup create -c twofish -o 2560 testAB /dev/sdb1
and then :
mount /dev/mapper/testAB test/
i tried with --skip option as well without success
But it's not working (wong FS type).
As I change my kernel to 2.6.32 recently, cryptoloop is not available any more natively. I recompiled the module and I'm still able to mount file system as before.
Do you see something wrong?
Thanks for help
Antoine
_______________________________________________ dm-crypt mailing list dm-crypt@xxxxxxxx http://www.saout.de/mailman/listinfo/dm-crypt