1

I am trying to make a backup copy of my DVD Iron Man 2 (I live in a country where it is OK).

This particular DVD has special tricks to prevent buyers from doing that (see dicussion for Mac).

I wanted to create an ISO file but dd does not work:

$ dd if=/dev/dvd of=ironman2_backup.iso
dd: error reading ‘/dev/dvd’: Input/output error
12192+0 records in
12192+0 records out
6242304 bytes (6.2 MB) copied, 2.92969 s, 2.1 MB/s

I tried ripping it with Handbrake several times, but somehow the resulting MPG4 files either do not have any sound, or show only a fragment of the movie, like the intro.

QUESTION: How to backup this particular DVD?

Nicolas Raoul
  • 11,603
  • What is your intended use of this .iso, just for playback or something else? – doug Jul 26 '15 at 16:02
  • @doug: Yes, just for playback. I could mount it and use it like the normal DVD. I am also open to other formats like MP4, actually that would be more convenient than ISO, I just thought ISO would be the easiest to create. – Nicolas Raoul Jul 26 '15 at 16:03
  • You can tell dd to ignore errors and continue... whether the resulting ISO will be usable or even readable, I do not know. – muru Jul 26 '15 at 16:07
  • @muru: Do you mean conv=noerror,sync, or something else maybe? – Nicolas Raoul Jul 26 '15 at 16:09
  • @NicolasRaoul perhaps, I don't remember the exact options off-hand, but that seems to be it. – muru Jul 26 '15 at 16:10
  • see here, describes a slight mis-use of dvdisaster. An encyrpted, stucture protected .iso is quite playable with some players like vlc (no need to mount). Some short extras may not be available but main menu, main movie should be. http://ubuntuforums.org/showthread.php?p=6365060#post6365060 – doug Jul 26 '15 at 19:14

0 Answers0