PDA

View Full Version : [ubuntu] cannot mount encrypted ISO after 8.10 upgrade



vaxman-
January 10th, 2009, 10:11 PM
I used to mount (8.04) several encrypted ISOs with the following command:


$ sudo mount -t iso9660 ~/myenc.iso /mnt/iso -o loop=/dev/loop0,encryption=aes256

after upgrade to 8.10, I get:


ioctl: LOOP_SET_STATUS: Invalid argument, requested cipher or key length (256 bits) not supported by kernel


I can't believe that 256 bit encryption was removed.

What's up?

vaxman-
January 16th, 2009, 01:45 PM
Nevermind. cryptoloop and aes in my /etc/modules file were overwritten. I put both bask in the modules file and I can now make and mount encrypted filesystems.

Difference files or change report would be welcome when upgrading.