Rescuing optical media

From Archiveteam
Jump to navigation Jump to search

Rescuing optical media can be difficult, due to the many incompatible formats and copy protections that were used. CDs are difficult to image at low-level because most drives do not give access to the raw data.

The following is a table of some available disc dumping tools.

Software

SoftwareSupported mediaDevelopment statusLicensePlatforms supportedDrives supportedOutput formatLatest VersionWebsiteNotes
Exact Audio CopyAudio CDActively developedProprietaryMicrosoft WindowsMostwav/flac + cue1.0 beta 3[1]
X Lossless DecoderAudio CDActively developedGPLMac OS XMostwav/flac + cue20130407[2]
MorituriAudio CDUnmaintainedGPLLinuxMostwav/flac + cue0.2.3[3]
whipperAudio CDActively maintainedGPLLinuxMostwav/flac + cue0.9.0[4]fork of Morituri
RawDumpGC/Wii Optical DiscUnmaintainedProprietaryWindowsCertain Hitachi/LG"ISO"2.1[5]
FriiDumpGC/Wii Optical DiscUnmaintainedGPLWindows and LinuxCertain Hitachi/LG"ISO"0.5.3[6]Includes documentation on dumping method
cdrdaoCD-ROMActively maintainedGPLLinux and Mac OS XMostcue/bin1.2.3[7]Does not properly rip CDs with nonstandard data
TruripCD-ROMUnknownUnreleasedWindowsCertain Plextorccd/sub/imgUnknown[8]Supposedly supports SafeDisc and other forms of copy protection
DiscImageCreatorCD-ROM, GD-ROM, DVD-ROM, othersActively maintainedApacheWindows and LinuxCertain Plextor/otherscue / multiple bin20191116[9]Believed to produce identical output as TruRip for most discs

Tools of the trade has a list of other tools for disc dumping.

Redump.org has assembled a guide for disc dumping, available at http://redump.org/guide/.

Linux

  • In most cases you can just create an ISO image with k3b.
  • Using ddrescue (ddrescue -b 2048 -n /dev/sr0 image.iso image.log and so on) you can make an exact copy of any DVD/CD; intentionally corrupt sectors will just be replaced by zeros. [10] You then need to remove encryption (including region protection) with dvdbackup. [11]
  • Some people report good results with k9copy, not available in all repositories.
  • See also this blog post which covers the preservation of CD-ROMs and DVDs using the readom, ddrescue and cdrdao tools, and audio CDs using cdparanoia.
  • The omimgr tool is a simple GUI-based tool for recovering data from CD-ROMs and DVDs. It wraps around readom and ddrescue.