Re: How To Copy DVD to ISO File

From: Ulrich Spörlein <uqs_at_spoerlein.net>
Date: Fri, 21 Aug 2009 17:22:54 +0200
On Wed, 19.08.2009 at 13:13:41 -0700, Drew Tomlinson wrote:
> Stefan Bethke wrote:
> > Am 19.08.2009 um 21:37 schrieb Drew Tomlinson:
> >> dd: /dev/acd0: Invalid argument
> >> 0+0 records in
> >> 0+0 records out
> >> 0 bytes transferred in 0.000132 secs (0 bytes/sec)
> >>
> >> I googled some more and thought that loading atapicam.ko might help.  
> >> But yet I get the same error when using /dev/cd0.
> >>
> >> So what am I doing wrong?
> >
> > The driver only supports reads of blocksized chunks, so:
> > $ dd if=/dec/acd0 bs=2048 ...
> > should work.
> 
> Thanks!  That was it.  I'm usually getting snagged by some sort of 
> "BS"...  :)

recoverdisk(1) should be faster, use it like this:

# touch image.iso
# recoverdisk /dev/acd0 image.iso

Regards,
Uli
Received on Fri Aug 21 2009 - 13:22:56 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC