Author Topic: Please help me with DVD image  (Read 1244 times)

Jenda

  • Member
  • **
  • Posts: 530
  • Kudos: 326
Please help me with DVD image
« on: 26 August 2005, 20:38 »
I have a little trouble making a video DVD image using dd. The man and "info coreutils dd" do not offer any help.
All I get is:
Quote from: niniel
jenda@niniel:~$ dd if=/dev/dvd of=dvd.iso
dd: reading `/dev/dvd': Input/output error
1216+0 records in
1216+0 records out
622592 bytes transferred in 6.426452 seconds (96880 bytes/sec)
Can anyone please tell me what to do?

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
Re: Please help me with DVD image
« Reply #1 on: 26 August 2005, 20:51 »
What do you intend to do with the image?
Contains scenes of mild peril.

Jenda

  • Member
  • **
  • Posts: 530
  • Kudos: 326
Re: Please help me with DVD image
« Reply #2 on: 26 August 2005, 23:01 »
mount+play, or burn later.
But it seems to be working now. Is it possible that watching the movie first could help? Like it being loaded partially into memory or sth. Or perhaps just wiping the disk, as I did?

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Re: Please help me with DVD image
« Reply #3 on: 1 September 2005, 18:59 »
Err, read the dd manpage.

You are getting an error on the disc, a scratch or something like that.

dd if=/dev/dvd of=dvd.iso conv=noerror

will ignore errors.

worker201

  • Global Moderator
  • Member
  • ***
  • Posts: 2,810
  • Kudos: 703
    • http://www.triple-bypass.net
Re: Please help me with DVD image
« Reply #4 on: 1 September 2005, 21:46 »
Check out alternatives, like makeisofs and growisofs, which may behave better.

Jenda

  • Member
  • **
  • Posts: 530
  • Kudos: 326
Re: Please help me with DVD image
« Reply #5 on: 1 September 2005, 22:02 »
OK, Thanks - it seems OK for now and I'll be connected broadband soon, so I'll wait till then.