Re: Crypto File System-Problems Creating One

2005-06-14 Thread Mark Janssen
On 6/9/05, Bernd Eckenfels [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED] you wrote: losetup -e aes-256 /dev/loop0 /dev/hda10 What do you have defined in modules? alias cipher-16 rijndael You also need the cryptoloop module in order to name ciphers by name. Try -E 16

Re: Crypto File System-Problems Creating One

2005-06-08 Thread Phillip Hofmeister
On Mon, 06 Jun 2005 at 06:40:36AM -0400, nuno romano wrote: I got the following warning trying to create a crypto file system in hda10 partition of my hard disk: I did - losetup -e aes-256 /dev/loop0 /dev/hda10 loop: loaded (max 8 devices) Password: ioctl: LOOP_SET_STATUS:

Re: Crypto File System-Problems Creating One

2005-06-08 Thread Bernd Eckenfels
In article [EMAIL PROTECTED] you wrote: losetup -e aes-256 /dev/loop0 /dev/hda10 What do you have defined in modules? alias cipher-16 rijndael You also need the cryptoloop module in order to name ciphers by name. Try -E 16 instead. Greetings Bernd -- To UNSUBSCRIBE, email to [EMAIL

Crypto File System-Problems Creating One

2005-06-06 Thread nuno romano
I got the following warning trying to create a crypto file system in hda10 partition of my hard disk: I did - losetup -e aes-256 /dev/loop0 /dev/hda10 loop: loaded (max 8 devices) Password: ioctl: LOOP_SET_STATUS: Invalid argument I have a PowerPC kernel 2.6.8,util-linux 2.12,and

Re: Crypto File System-Problems Creating One

2005-06-06 Thread Sylvain Soliman
* nuno romano [EMAIL PROTECTED]: losetup -e aes-256 /dev/loop0 /dev/hda10 loop: loaded (max 8 devices) Password: ioctl: LOOP_SET_STATUS: Invalid argument Did you check that the corresponding crypto module was correctly loaded? Do you have the same problems with other cypers? Best,