public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Steve Dibb <beandog@gentoo.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Software for checking CDs and DVDs for errors?
Date: Thu, 13 Dec 2018 16:29:51 -0700	[thread overview]
Message-ID: <9f7a8ff6-d431-1deb-132c-f6e78ff4cfa9@gentoo.org> (raw)
In-Reply-To: <87y396h8xs.fsf@edu.turkuamk.fi>

On 12/3/18 9:27 AM, Pouru Lasse wrote:
> I've got a bunch of scratched disc-based games (PS2, Xbox 360) that I'd
> like to check for errors. Is there any program for Linux that does this?
> I found and tried dvdisaster, but it only works for CDs, not
> DVDs. Everything else seems to be Windows-only.
>
> - Lasse
>

For DVDs, I use ddrescue. Keep a log of it as well in case you want to 
do a second pass or just see where it's puking. Use its blocksize of 2048:

ddrescue -b 2048 /dev/sr0 dvd.iso ddrescue.log

dvdbackup comes with some error handling on reads as well where it can 
skip blocks, see its help output.

For blurays I'd try ddrescue as well. Blocksize for those is 65536. I 
think.

Based on your physical drive / the disc, it might whine or break because 
of DRM, or you can get weird read errors as well. That's why dvdbackup 
is best imo since it will auth the drive as well.

MakeMKV can do its best to backup a disc, but I don't know how well it 
does at error handling:

makemkvcon --minlength=0 -r backup --decrypt disc:0 .

I've got plenty of broken DVDs so I've managed to rescue those okay. If 
you're trying to encode stuff off of them, there are cases where the 
encoder can handle it best and read from the disc directly and skip over 
bad blocks as well.

Good luck.



  parent reply	other threads:[~2018-12-13 23:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-03 16:27 [gentoo-user] Software for checking CDs and DVDs for errors? Pouru Lasse
2018-12-03 18:31 ` Francesco Turco
2018-12-04 10:28   ` Joerg Schilling
2018-12-03 21:32 ` Jack
2018-12-03 22:50   ` Dale
2018-12-04  2:16     ` Andrew Udvare
2018-12-04  2:47       ` Dale
2018-12-04  7:51         ` Pouru Lasse
2018-12-04 18:48           ` Jack
2018-12-04 10:31         ` Joerg Schilling
2018-12-20 17:19           ` Steve Dibb
2018-12-20 17:26             ` Joerg Schilling
2018-12-04 10:39       ` Joerg Schilling
2018-12-04  4:16   ` Davyd McColl
2018-12-04  5:21     ` Andrew Udvare
2018-12-04 10:27 ` Joerg Schilling
2018-12-13 23:29 ` Steve Dibb [this message]
2018-12-14 10:31   ` Joerg Schilling
2018-12-20 17:10     ` Steve Dibb
2018-12-20 17:12       ` Joerg Schilling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9f7a8ff6-d431-1deb-132c-f6e78ff4cfa9@gentoo.org \
    --to=beandog@gentoo.org \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox