<quote who="Terry Collins">

> Looking for a heads up on how to copy a CD under Linux?
> 
> I thought the procedure was to dd if=device of=some.iso, then cdrecord it.
> I'm having trouble with dd in that it has taken over 60 minutes to copy
> 200Mb, so I don't hink I'm correct in my assumption.
> 
> So how do I copy off the cd iso?

This is right, but you're best off using a big block size, so:

  dd if=/dev/cdrom of=pants.iso bs=8M

That will speed it up. You should also enable DMA on your drive if it can
handle it (via hdparm).

- Jeff

-- 
   "Odd is good by the way. I knew normal in high school and normal hates   
                            me." - Mary Gardiner                            
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to