From: Bill Davidsen <davidsen@tmr.com>
To: linux-kernel@vger.kernel.org
Subject: Re: ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device
Date: Thu, 17 Feb 2005 18:00:56 -0500 [thread overview]
Message-ID: <cv36pu$54m$2@gatekeeper.tmr.com> (raw)
In-Reply-To: <1108497781.3828.51.camel@crazytrain>
kernel wrote:
> On Tue, 2005-02-15 at 14:48, Kiniger, Karl (GE Healthcare) wrote:
>
>>I can confirm that. Creating a correct iso image from a CD is a
>>major pain w/o ide-scsi. Depending on what one has done before the iso
>>image is missing some data at the end most of the time.
>>(paired with lots of kernel error messages)
>>
>>Testing was done here using Joerg Schilling's sdd:
>>
>>sdd ivsize=`isosize /dev/cdxxx` if=/dev/cdxxx of=/dev/null \
>> bs=<several block sizes from 2048 up tried,does not matter>
>>
>>and most of the time it results in bad iso images....
Use isoinfo to get the size in 2k sectors, then
dd if=/dev/cdrom bs=2k count={size} of=my_file
to pull the image. As noted elsewhere this doesn't work if the image
isn't iso-9660.
--
-bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
last possible moment - but no longer" -me
next prev parent reply other threads:[~2005-02-17 22:59 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-15 0:20 ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device Sergio Monteiro Basto
2005-02-15 2:22 ` Sergio Monteiro Basto
2005-02-15 2:25 ` Randy.Dunlap
2005-02-15 3:58 ` Sergio Monteiro Basto
2005-02-15 3:56 ` Randy.Dunlap
2005-02-15 17:02 ` Alan Cox
2005-02-15 17:24 ` Randy.Dunlap
2005-02-15 17:48 ` David Gómez
2005-02-15 22:05 ` Alan Cox
2005-02-15 19:48 ` Kiniger, Karl (GE Healthcare)
2005-02-15 20:03 ` kernel
2005-02-15 23:16 ` Kiniger
2005-02-16 0:35 ` kernel
2005-02-17 23:00 ` Bill Davidsen [this message]
2005-02-15 20:15 ` Lennart Sorensen
2005-02-15 23:19 ` Kiniger
2005-02-15 21:25 ` Valdis.Kletnieks
2005-02-16 9:42 ` Kiniger, Karl (GE Healthcare)
2005-02-16 17:36 ` Valdis.Kletnieks
2005-02-17 0:44 ` Alan Cox
2005-02-17 22:58 ` Bill Davidsen
2005-02-18 10:31 ` Kiniger, Karl (GE Healthcare)
2005-02-18 20:23 ` Bill Davidsen
2005-02-18 20:50 ` ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdXas device David Lang
2005-02-22 20:34 ` Bill Davidsen
2005-02-19 0:23 ` ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device Valdis.Kletnieks
2005-02-22 20:27 ` Bill Davidsen
2005-02-28 17:11 ` Kiniger, Karl (GE Healthcare)
2005-02-21 15:00 ` Alan Cox
2005-02-21 15:25 ` Bartlomiej Zolnierkiewicz
2005-02-21 17:38 ` Alan Cox
2005-02-21 17:46 ` Matthias Andree
2005-02-22 21:10 ` Bill Davidsen
2005-02-28 10:12 ` Kiniger
2005-02-15 20:36 ` Sergio Monteiro Basto
2005-02-17 2:27 ` Sergio Monteiro Basto
2005-02-17 23:03 ` Bill Davidsen
2005-02-19 17:55 ` Sergio Monteiro Basto
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='cv36pu$54m$2@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.