Results 1 to 2 of 2

Thread: cannot mount encrypted ISO after 8.10 upgrade

  1. #1
    Join Date
    Apr 2008
    Beans
    26

    cannot mount encrypted ISO after 8.10 upgrade

    I used to mount (8.04) several encrypted ISOs with the following command:

    Code:
    $ sudo mount -t iso9660 ~/myenc.iso /mnt/iso -o loop=/dev/loop0,encryption=aes256
    after upgrade to 8.10, I get:

    Code:
    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?

  2. #2
    Join Date
    Apr 2008
    Beans
    26

    Re: cannot mount encrypted ISO after 8.10 upgrade

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •