public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] readcd -clone and iso9660 ?
@ 2005-12-14 15:13 capsel
  2005-12-14 16:16 ` Neil Bothwick
  0 siblings, 1 reply; 11+ messages in thread
From: capsel @ 2005-12-14 15:13 UTC (permalink / raw
  To: gentoo-user

I made a copy of 6 cdroms with
readcd -clone f=iso -noerror retries=1
and only two of them I can
mount -t udf,iso9660 ./iso /mnt/cdrom -o loop

These two are a copy of a "protected" game CD and others are images of
solaris CDs.

I can mount solaris' CDs with
mount -t iso9660 /dev/cdrom /mnt/cdrom
but I can't mount images of them.

Is there any way to bypass problem with solaris CDs or is there any
tool to convert images made by readcd -clone to iso image?

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] readcd -clone and iso9660 ?
  2005-12-14 15:13 [gentoo-user] readcd -clone and iso9660 ? capsel
@ 2005-12-14 16:16 ` Neil Bothwick
  2005-12-14 16:45   ` capsel
  0 siblings, 1 reply; 11+ messages in thread
From: Neil Bothwick @ 2005-12-14 16:16 UTC (permalink / raw
  To: gentoo-user

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

On Wed, 14 Dec 2005 16:13:59 +0100, capsel wrote:

> Is there any way to bypass problem with solaris CDs or is there any
> tool to convert images made by readcd -clone to iso image?

Have you tried creating the images directly, instead of using readcd

cat /dev/cdrom >image.iso


-- 
Neil Bothwick

"What I need is a list of specific unknown problems we will encounter."

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

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

* Re: [gentoo-user] readcd -clone and iso9660 ?
  2005-12-14 16:16 ` Neil Bothwick
@ 2005-12-14 16:45   ` capsel
  2005-12-14 17:05     ` Michael Kjorling
  0 siblings, 1 reply; 11+ messages in thread
From: capsel @ 2005-12-14 16:45 UTC (permalink / raw
  To: gentoo-user

2005/12/14, Neil Bothwick <neil@digimed.co.uk>:
> On Wed, 14 Dec 2005 16:13:59 +0100, capsel wrote:
>
> > Is there any way to bypass problem with solaris CDs or is there any
> > tool to convert images made by readcd -clone to iso image?
>
> Have you tried creating the images directly, instead of using readcd
>
> cat /dev/cdrom >image.iso
>
Yes, it works, cp /dev/cdrom image.iso too. But some CDs have errors
(scratches) that cp/cat can't handle.
Why readcd makes once iso and once "not iso" compatible image files?

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] readcd -clone and iso9660 ?
  2005-12-14 16:45   ` capsel
@ 2005-12-14 17:05     ` Michael Kjorling
  2005-12-14 17:29       ` capsel
  2005-12-14 17:36       ` dd isos (was: Re: [gentoo-user] readcd -clone and iso9660 ?) Boyd Stephen Smith Jr.
  0 siblings, 2 replies; 11+ messages in thread
From: Michael Kjorling @ 2005-12-14 17:05 UTC (permalink / raw
  To: gentoo-user

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

On 2005-12-14 17:45 +0100, capsel@gmail.com wrote:
> Yes, it works, cp /dev/cdrom image.iso too. But some CDs have errors
> (scratches) that cp/cat can't handle.

Tried dd with `conv=noerror'?

-- 
Michael Kjörling, michael@kjorling.com - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* ..... No bird soars too high if he soars with his own wings ..... *

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

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

* Re: [gentoo-user] readcd -clone and iso9660 ?
  2005-12-14 17:05     ` Michael Kjorling
@ 2005-12-14 17:29       ` capsel
  2005-12-14 17:36       ` dd isos (was: Re: [gentoo-user] readcd -clone and iso9660 ?) Boyd Stephen Smith Jr.
  1 sibling, 0 replies; 11+ messages in thread
From: capsel @ 2005-12-14 17:29 UTC (permalink / raw
  To: gentoo-user

2005/12/14, Michael Kjorling <michael@kjorling.com>:
> On 2005-12-14 17:45 +0100, capsel@gmail.com wrote:
> > Yes, it works, cp /dev/cdrom image.iso too. But some CDs have errors
> > (scratches) that cp/cat can't handle.
>
> Tried dd with `conv=noerror'?

Not yet, but I just noticed that without -clone option image is iso
compatible (at least for solaris cd1) so maybe dd conv=noerror would
work.

And I still wish to mount "cloned" image like with daemon-tools on windows...
Is there any solution to this? (except not mounting them)

-- 
gentoo-user@gentoo.org mailing list



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

* dd isos (was: Re: [gentoo-user] readcd -clone and iso9660 ?)
  2005-12-14 17:05     ` Michael Kjorling
  2005-12-14 17:29       ` capsel
@ 2005-12-14 17:36       ` Boyd Stephen Smith Jr.
  2005-12-15  1:20         ` Neil Bothwick
  1 sibling, 1 reply; 11+ messages in thread
From: Boyd Stephen Smith Jr. @ 2005-12-14 17:36 UTC (permalink / raw
  To: gentoo-user

On Wednesday 14 December 2005 12:05 pm, Michael Kjorling wrote:
> On 2005-12-14 17:45 +0100, capsel@gmail.com wrote:
> > Yes, it works, cp /dev/cdrom image.iso too. But some CDs have
> > errors (scratches) that cp/cat can't handle.
>
> Tried dd with `conv=noerror'?

I've read that dd actually has problems reading from cdroms and isos 
produced with something like dd if=/dev/cdrom of=my.iso conv=noerror 
would be invalid.  Can anyone confirm / deny, preferably with some sort 
of reference or test.

-- 
Boyd Stephen Smith Jr.
bss03@volumehost.com
-- 
gentoo-user@gentoo.org mailing list



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

* Re: dd isos (was: Re: [gentoo-user] readcd -clone and iso9660 ?)
  2005-12-14 17:36       ` dd isos (was: Re: [gentoo-user] readcd -clone and iso9660 ?) Boyd Stephen Smith Jr.
@ 2005-12-15  1:20         ` Neil Bothwick
  2005-12-15 10:29           ` [gentoo-user] Re: dd isos Harald Arnesen
  0 siblings, 1 reply; 11+ messages in thread
From: Neil Bothwick @ 2005-12-15  1:20 UTC (permalink / raw
  To: gentoo-user

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

On Wed, 14 Dec 2005 12:36:50 -0500, Boyd Stephen Smith Jr. wrote:


> I've read that dd actually has problems reading from cdroms and isos 
> produced with something like dd if=/dev/cdrom of=my.iso conv=noerror 
> would be invalid.  Can anyone confirm / deny, preferably with some sort 
> of reference or test.

I've never tried with conv=noerror, but dd has worked fine for me on
several occasions when extracting ISO images from data CDs and DVDs.

I don't use it any more because it is slow, cp and cat give the same
result and are faster.


-- 
Neil Bothwick

ERROR #0915: MONITOR NOT PRESENT. CLICK ON OK TO CONTINUE.

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

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

* [gentoo-user] Re: dd isos
  2005-12-15  1:20         ` Neil Bothwick
@ 2005-12-15 10:29           ` Harald Arnesen
  2005-12-15 16:49             ` Neil Bothwick
  0 siblings, 1 reply; 11+ messages in thread
From: Harald Arnesen @ 2005-12-15 10:29 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick <neil@digimed.co.uk> writes:

> On Wed, 14 Dec 2005 12:36:50 -0500, Boyd Stephen Smith Jr. wrote:
>
>
>> I've read that dd actually has problems reading from cdroms and isos 
>> produced with something like dd if=/dev/cdrom of=my.iso conv=noerror 
>> would be invalid.  Can anyone confirm / deny, preferably with some sort 
>> of reference or test.
>
> I've never tried with conv=noerror, but dd has worked fine for me on
> several occasions when extracting ISO images from data CDs and DVDs.
>
> I don't use it any more because it is slow, cp and cat give the same
> result and are faster.

dd is not slower than cp/cat if you increase the block size from the
default 512 bytes.
-- 
Hilsen Harald.

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Re: dd isos
  2005-12-15 10:29           ` [gentoo-user] Re: dd isos Harald Arnesen
@ 2005-12-15 16:49             ` Neil Bothwick
  2005-12-15 21:56               ` Hani Duwaik
  0 siblings, 1 reply; 11+ messages in thread
From: Neil Bothwick @ 2005-12-15 16:49 UTC (permalink / raw
  To: gentoo-user

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

On Thu, 15 Dec 2005 11:29:55 +0100, Harald Arnesen wrote:

> > I don't use it any more because it is slow, cp and cat give the same
> > result and are faster.
> 
> dd is not slower than cp/cat if you increase the block size from the
> default 512 bytes.

Increasing the block size does make it /almost/ as fast as cat, but then
it takes longer to type the command :)


-- 
Neil Bothwick

I am Barney of Borg: I love you. You love me. We're a happy Borg.

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

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

* Re: [gentoo-user] Re: dd isos
  2005-12-15 16:49             ` Neil Bothwick
@ 2005-12-15 21:56               ` Hani Duwaik
  2005-12-16  6:24                 ` Uwe Thiem
  0 siblings, 1 reply; 11+ messages in thread
From: Hani Duwaik @ 2005-12-15 21:56 UTC (permalink / raw
  To: gentoo-user

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

On 12/15/05, Neil Bothwick <neil@digimed.co.uk> wrote:
>
> On Thu, 15 Dec 2005 11:29:55 +0100, Harald Arnesen wrote:
>
> > > I don't use it any more because it is slow, cp and cat give the same
> > > result and are faster.
> >
> > dd is not slower than cp/cat if you increase the block size from the
> > default 512 bytes.
>
> Aside from speeding things up, what effect does increasing the block size
have (does it in any way alter the resulting ISO?)?

Just wondering...

-Hani


--
"If, of the many truths, you select only one and follow it blindly, it will
become a falsehood, and you a fanatic."

[-- Attachment #2: Type: text/html, Size: 950 bytes --]

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

* Re: [gentoo-user] Re: dd isos
  2005-12-15 21:56               ` Hani Duwaik
@ 2005-12-16  6:24                 ` Uwe Thiem
  0 siblings, 0 replies; 11+ messages in thread
From: Uwe Thiem @ 2005-12-16  6:24 UTC (permalink / raw
  To: gentoo-user

On 15 December 2005 23:56, Hani Duwaik wrote:
> On 12/15/05, Neil Bothwick <neil@digimed.co.uk> wrote:
> > On Thu, 15 Dec 2005 11:29:55 +0100, Harald Arnesen wrote:
> > > > I don't use it any more because it is slow, cp and cat give the same
> > > > result and are faster.
> > >
> > > dd is not slower than cp/cat if you increase the block size from the
> > > default 512 bytes.
> >
> > Aside from speeding things up, what effect does increasing the block size
>
> have (does it in any way alter the resulting ISO?)?

Nope.

Uwe


-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2005-12-16  7:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-14 15:13 [gentoo-user] readcd -clone and iso9660 ? capsel
2005-12-14 16:16 ` Neil Bothwick
2005-12-14 16:45   ` capsel
2005-12-14 17:05     ` Michael Kjorling
2005-12-14 17:29       ` capsel
2005-12-14 17:36       ` dd isos (was: Re: [gentoo-user] readcd -clone and iso9660 ?) Boyd Stephen Smith Jr.
2005-12-15  1:20         ` Neil Bothwick
2005-12-15 10:29           ` [gentoo-user] Re: dd isos Harald Arnesen
2005-12-15 16:49             ` Neil Bothwick
2005-12-15 21:56               ` Hani Duwaik
2005-12-16  6:24                 ` Uwe Thiem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox