linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* can't mount encrypted dvd with 2.6.0
@ 2004-01-07 14:19 Thomas Fischbach
  2004-01-07 23:07 ` bill davidsen
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Fischbach @ 2004-01-07 14:19 UTC (permalink / raw)
  To: linux-kernel

[-- 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 --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-01-08 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-07 14:19 can't mount encrypted dvd with 2.6.0 Thomas Fischbach
2004-01-07 23:07 ` bill davidsen
2004-01-08 14:09   ` Thomas Fischbach
2004-01-08 14:46     ` Bill Davidsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).