Hi, I had the same issue try with the modprobe in you script for me it is working ---- modprobe cryptoloop losetup -e aes /dev/loop0 /data/encrypted.data mount /dev/loop0 /crypt ----- On Mon, 2006-04-10 at 20:07 +0200, robert wrote: > Hi > I have loop-aes since FC3 and everything was working just fine > > Now i've just updated FC4 to FC5 and my problems begin. > I can't mount this partition. > > > I have compiled linux-2.6.16.1 kernel with CONFIG_BLK_DEV_LOOP = n > I've installed loop-AES-v3.1c.tar.bz2 and util-linux-2.12r.tar.gz patched. > Everything seems to be ok > > [root@fox src]# uname -r > 2.6.16.1 > > [root@fox loop-AES-v3.1c]# make tests > ... > md5sum test-file1 >test-file2 > echo "e12fd55fbae9fc0e03517593e253e239 test-file1" | cmp test-file2 - > cmp test-file3 test-file4 > make[1]: Leaving directory `/usr/src/loop-AES-v3.1c' > rm -f -r test-file[1234] test-dir1 > *** Test results ok *** > > > --- fstab ---------------- > /dev/hda4 /mnt/szyfr ext2 > defaults,noauto,user,loop=/dev/loop0,encryption=AES128,gpgkey=/home/keyfile.gpg > 0 0 > --- fstab ---------------- > > Unfortunately when I make > > [root@fox loop-AES-v3.1c]# mount /mnt/szyfr/ > Password: > mount: wrong fs type, bad option, bad superblock on /dev/loop0, > missing codepage or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > Password is ok I'm sure. > > What is wrong ? > is there any chance to mount this particion again ? > Have I forgotten about something? > I have tried my keyfile.gpg from backup but the effect was the same. > > > regards > vr > > > - > Linux-crypto: cryptography in and on the Linux system > Archive: http://mail.nl.linux.org/linux-crypto/ - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/