Howto dd if=/dev/dvd of=/some/image.iso

From: P (byqil3s02_at_sneakemail.com)
Date: 04/30/04


Date: Fri, 30 Apr 2004 00:33:48 +0200

This is really what I'd like to do:
dd if=/dev/dvd of=/some/image.iso
and then later:
xine --auto-scan dvd:///some/image.iso/

But when I try the dd above, it fails with:
dd: reading `/dev/hdc': Input/output error

dmesg shows a bunch of these
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x54
end_request: I/O error, dev 16:00 (hdc), sector 2746172

I then saw a posting somewhere that said to try to use isosize -x
/dev/dvd. And so I did:

$ isosize -x /dev/dvd
sector count: 3218289, sector size: 2048

dd if=/dev/dvd of=/some/image.iso bs=2048 count=3218289

but still same result. Now is this because there actually is something
faulty with either my drive or the DVD disk? Or could this be an
artifact of copy protection? Or is there a better way?

Is a question that is even legal to ask? Or answer?

P



Relevant Pages

  • audio cd fails to mount but plays fine in stereo
    ... hdc: command error: status=0x51 ... I/O error, dev hdc, sector 1083696 ...
    (Debian-User)
  • RE: Disk problem
    ... I/O error, dev hdc, sector 787072 ... hdc: command error: status=0x51 ... I/O error, dev hdc, sector 0 ... To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list -- ...
    (Fedora)
  • dmesg reporting drive problems?
    ... hdc: timeout waiting for DMA ... end_request: I/O error, dev 16:01, sector 8650856 ...
    (comp.os.linux.hardware)
  • CDMRW in 2.6
    ... hdc: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA ... hdc: command error: status=0x51 {DriveReady SeekComplete Error} ... Buffer I/O error on device hdc, ...
    (Linux-Kernel)
  • VIA IDE - dma_timer_expiry - 2.4.28
    ... hdc: timeout waiting for DMA ... end_request: I/O error, dev 16:07, sector 12845088 ...
    (Linux-Kernel)