Page 1 of 1
Dumping PSX discs with known errors?
Posted: Sun Apr 08, 2012 3:28 am
by camb702
With regard to:
https://redump.info/disc/3419/
How is it when I mount the said image (DTLite), I receive "Unreadable sectors" when I try to extract the same track in IB? No matter which option I select (replace, skip etc), I cannot recreate the corresponding hash values.
I achieve the same result using the original disc as well.
I'm curious how people dump these images to begin with.
Re: Dumping PSX discs with known errors?
Posted: Sun Apr 08, 2012 6:51 am
by RetroGamer
If you are dumping from original media, you should extract the disc in IsoBuster without problems! (unless the disc is scratched...). When a (PSX) dump in the DB show errors that's the amount of errors the image has when scanned with CdMage, and not read errors in IsoBuster.
Re: Dumping PSX discs with known errors?
Posted: Sun Apr 08, 2012 7:35 am
by camb702
I'm aware that the errors are referred from CDmage. Thank you for clarifying!
My original disc does have some light scratches; the two instances of "Unreadable sectors" as reported per IB appear, then, to be unrelated if what you're saying is correct re:If you are dumping from original media, you should extract the disc in IsoBuster without problems!
By your logic, and precluding the absence of an original disc, am I correct in assuming that it's impossible to accurately convert a non-standard image (e.g. .ccd, .mdf etc.) to .bin/.cue format if there are already errors present?
Re: Dumping PSX discs with known errors?
Posted: Sun Apr 08, 2012 7:58 am
by pablogm123
Convert a ccd/img/sub image (If such image has only a Mode2 data track) to bin/cue is pretty easy, because img file=2352 bytes/sector dump=bin.
FILE "File.img" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00
This cue file can coexist with ccd/sub files. Of course, replace File.img with proper filename.
MDF (2448 bytes/sector) is more difficult, because of interleaved subchannel data. You can try 2448@2352 utility (Written by themabus) in order to get a clean 2352 bytes/sector dump from a mdf file, and proceed as above:
http://www.mediafire.com/?p8on996xtmrb8
Re: Dumping PSX discs with known errors?
Posted: Mon Apr 09, 2012 2:35 am
by camb702
Thanks for the link, pablogm123.
I didn't know about interleaving sub-channel data re:MDF...