Subject: CD-R a complete CD-ROM!?
To: None <current-users@NetBSD.ORG>
From: Markus Kilbinger <kilbi@rad.rwth-aachen.de>
List: current-users
Date: 04/21/1998 07:57:10
Hi!

I tried to copy a whole CD-ROM directly from device '/dev/cd0a' with
'cdrecord:

	cdrecord -v dev=6,0 speed=2 -isosize /dev/cd0a

Output and burning seemed to be good, but not the resulting CD-R :-((.

'disklabel cd0' showed:

> 4 partitions:
> #        size   offset    fstype   [fsize bsize   cpg]
>   a:  1266060        0     ISO9660                    # (Cyl.    0 - 12660*)
>   d:  1266060        0     ISO9660                    # (Cyl.    0 - 12660*)
> disklabel: boot block size 0
> disklabel: super block size 0
> disklabel: partition a: partition extends past end of unit
> disklabel: partition d: partition extends past end of unit

But 'mount -t cd9660 /dev/cd0a /cdrom' failed:

> mount_cd9660: : Invalid argument

Any hint?

Markus.