Quoting Simon Wong <[EMAIL PROTECTED]>:

> On Mon, 2002-10-14 at 20:35, Jeff Waugh wrote:
> > This is right, but you're best off using a big block size, so:
> > 
> >   dd if=/dev/cdrom of=pants.iso bs=8M
> 
> What if it's an audio CD?
> 
>     $ dd if=/dev/cdrom of=/usr/temp/cd/funkycops.iso bs=8M
>     dd: reading `/dev/cdrom': Input/output error
>     0+0 records in
>     0+0 records out
>     0 bytes transferred in 0.167758 seconds (0 bytes/sec)
>     
> Doesn't like the fs I guess.
> 

You'd need to use other tools... dd won't work on audio cd's or mixed mode 
cd's.. aka data track, followed by audio tracks etc..
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to