mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Thomas Fischbach <webmaster@kennygno.net>
To: linux-kernel@vger.kernel.org
Subject: can't mount encrypted dvd with 2.6.0
Date: Wed, 7 Jan 2004 15:19:48 +0100	[thread overview]
Message-ID: <20040107151948.4376d881@kyp.intra> (raw)

[-- Attachment #1: Type: text/plain, Size: 733 bytes --]

Hi,

if I create an encrypted iso image:
dd if=/dev/zero of=/files/image.iso bs=512 count=$((1024*4400))
losetup -e aes -k 256 /dev/loop1 /files/image.iso
mkisofs -r -o /dev/loop1 /files/stuff/*
losetup -d /dev/loop1 

I can mount the file:
mount /files/image.iso /mnt/cd -t iso9660 \
-o loop=/dev/loop1,encryption=aes,keybits=256

but when I burned the iso and tried to mount, it failed with:
mount: wrong fs type ...

and the logs says:
hdc: cdrom_read_intr: data underrun (2 blocks)
end_request: I/O error, dev hdc, sector 64
isofs_fill_super: bread failed, dev=loop0, iso_blknum=16, block=32

under 2.4.22 it works fine.
Hope someone can help.

Thanks,
Thomas

-- 
Thomas Fischbach
http://www.kennygno.net
webmaster@kennygno.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2004-01-07 14:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-07 14:19 Thomas Fischbach [this message]
2004-01-07 23:07 ` bill davidsen
2004-01-08 14:09   ` Thomas Fischbach
2004-01-08 14:46     ` Bill Davidsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040107151948.4376d881@kyp.intra \
    --to=webmaster@kennygno.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®