DVD Ripping for Input/Output Error


I was trying to a dvd copy with dvd shrink. It failed with CRC Error. Then I tried it with DVD Decryptor ending with Input/Output Error.

Solution:

  1. Use Ubuntu
  2. $ sudo apt-get install gddrescue
  3. $ vlc
    1. open the disc
    2. play and pause. # by this disk is authorized to access in the dvd player hardware level, which is a part of copy protection.
  4. $ sudo ddrescue -d /dev/sr0 THA_DAA_ALS.iso backup.logfile.
    backup.logfile is just for a log.
    GNU ddrescue 1.22
         ipos:  681902 kB, non-trimmed:    1179 kB,  current rate:   3145 kB/s
         opos:  681902 kB, non-scraped:        0 B,  average rate:   1439 kB/s
    non-tried:  853737 kB,  bad-sector:        0 B,    error rate:       0 B/s
      rescued:  679215 kB,   bad areas:        0,        run time:      7m 52s
    pct rescued:   44.27%, read errors:       18,  remaining time:          4m
                                  time since last successful read:          0s
    Copying non-tried blocks... Pass 1 (forwards)
    
    	
  5. Enjoy the .iso!

Reference:


I have tried several DVD Rippers in vain. That is how I switched to Ubuntu.

The points:


Go back to Top: Doctor's Web Page

forked on 20230128