Skip to content

Instantly share code, notes, and snippets.

@drewreece
drewreece / dvd recovery with ddrescue.sh
Last active March 8, 2020 22:21
dvd recovery with ddrescue
#Run against the device
ddrescue -r 1 -b 2048 /dev/diskN diskname.iso diskname.log
#test the iso, if its borked try
#Re-run against the raw device
ddrescue -b 2048 /dev/rdiskN diskname.iso diskname.log
#SEE
#http://ask.metafilter.com/68265/But-its-just-a-little-scratch
#http://www.gentoo-wiki.info/HOWTO_Backup_a_DVD