From: davidsen@tmr.com (bill davidsen)
To: linux-kernel@vger.kernel.org
Subject: Re: can't mount encrypted dvd with 2.6.0
Date: 7 Jan 2004 23:07:45 GMT [thread overview]
Message-ID: <bti3g1$7lt$1@gatekeeper.tmr.com> (raw)
In-Reply-To: <20040107151948.4376d881@kyp.intra>
In article <20040107151948.4376d881@kyp.intra>,
Thomas Fischbach <webmaster@kennygno.net> wrote:
| 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/*
===> try adding -pad here
| 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
|
| --Signature=_Wed__7_Jan_2004_15_19_48_+0100_UU_WVzZfteNnYfSx
| Content-Type: application/pgp-signature
|
| -----BEGIN PGP SIGNATURE-----
| Version: GnuPG v1.2.4 (GNU/Linux)
|
| iD8DBQE//BWEhty018ANwB4RAqbXAJ9qkmHhf18jcEyWS50Tls3Z5lR9/gCePi2G
| 7N2+AScX45pxWJlouVL8+AQ=
| =I4ry
| -----END PGP SIGNATURE-----
|
| --Signature=_Wed__7_Jan_2004_15_19_48_+0100_UU_WVzZfteNnYfSx--
| -
| To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
| the body of a message to majordomo@vger.kernel.org
| More majordomo info at http://vger.kernel.org/majordomo-info.html
| Please read the FAQ at http://www.tux.org/lkml/
|
--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
next prev parent reply other threads:[~2004-01-07 23:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-07 14:19 Thomas Fischbach
2004-01-07 23:07 ` bill davidsen [this message]
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='bti3g1$7lt$1@gatekeeper.tmr.com' \
--to=davidsen@tmr.com \
--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
Powered by JetHome